mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Require the ruby-openid gem as openid
Fixes the errors I was seeing when trying to run the unit tests
This commit is contained in:
parent
a999d0f4c0
commit
e93a6970bd
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -13,7 +13,7 @@ gem "has_many_polymorphs"
|
|||
gem "aasm", "2.2.0"
|
||||
gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git"
|
||||
gem "rubycas-client"
|
||||
gem "ruby-openid"
|
||||
gem "ruby-openid", :require => "openid"
|
||||
gem "sqlite3"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue