Lock oauth2-provider
This commit is contained in:
parent
38ddb4b744
commit
63902fd273
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -23,7 +23,7 @@ gem 'devise_invitable', '0.5.0'
|
|||
gem 'omniauth', '0.2.6'
|
||||
gem 'twitter', '1.5.0'
|
||||
|
||||
gem 'oauth2-provider', '~> 0.0.0'
|
||||
gem 'oauth2-provider', '0.0.16'
|
||||
gem 'jwt', :git => "git://github.com/zhitomirskiyi/ruby-jwt.git", :require => false
|
||||
|
||||
#Web
|
||||
|
|
|
|||
|
|
@ -481,7 +481,7 @@ DEPENDENCIES
|
|||
mysql2 (= 0.2.6)
|
||||
newrelic_rpm
|
||||
nokogiri
|
||||
oauth2-provider (~> 0.0.0)
|
||||
oauth2-provider (= 0.0.16)
|
||||
ohai (= 0.5.8)
|
||||
omniauth (= 0.2.6)
|
||||
rails (= 3.0.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue