From: Tom Hughes Date: Thu, 17 Mar 2011 00:58:34 +0000 (+0000) Subject: Require version 0.4.0 of the oauth plugin X-Git-Tag: live~6076 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3db33c213c78b636bddaea9766c77401c5ee58ed Require version 0.4.0 of the oauth plugin --- diff --git a/Gemfile b/Gemfile index 015b4fcdc..df15bc3dd 100644 --- 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'