From: Tom Hughes Date: Fri, 24 Sep 2010 10:02:41 +0000 (+0100) Subject: Require a specific version of the oauth plugin X-Git-Tag: live~6264 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f4a1bec37c6f3b2afec84cba0ba70c90c6b6acb3 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. --- diff --git a/config/environment.rb b/config/environment.rb index 7e550ca9f..6d6c952fb 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -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'