Require a specific version of the oauth plugin
It looks likely that the API will change in future versions of the oauth plugin, so require a known working version for now.
This commit is contained in:
parent
2150d1021e
commit
eb050a1b7d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Rails::Initializer.run do |config|
|
|||
config.gem 'libxml-ruby', :version => '>= 1.1.1', :lib => 'libxml'
|
||||
config.gem 'rmagick', :lib => 'RMagick'
|
||||
config.gem 'oauth', :version => '>= 0.4.3'
|
||||
config.gem 'oauth-plugin', :version => '>= 0.3.14'
|
||||
config.gem 'oauth-plugin', :version => '0.3.14'
|
||||
config.gem 'httpclient'
|
||||
config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer'
|
||||
config.gem 'sanitize'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue