]> git.openstreetmap.org Git - rails.git/commitdiff
Require version 0.4.0 of the oauth plugin
authorTom Hughes <tom@compton.nu>
Thu, 17 Mar 2011 00:58:34 +0000 (00:58 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:49 +0000 (09:42 +0000)
Gemfile

diff --git a/Gemfile b/Gemfile
index 015b4fcdc7e3f61c0a9fac47c5eb1ff5957894b9..df15bc3ddc8e87423562d1ac4245cb819efd3434 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,7 @@ gem 'arel', '>= 2.0.9'
 gem 'libxml-ruby', '>= 2.0.5', :require => 'libxml'
 gem 'rmagick', :require => 'RMagick'
 gem 'oauth', '>= 0.4.4'
-gem 'oauth-plugin', '> 0.3.14'
+gem 'oauth-plugin', '>= 0.4.0.pre4'
 gem 'httpclient'
 gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
 gem 'sanitize'