]> git.openstreetmap.org Git - rails.git/commitdiff
Update versions of several gems to match what we are testing with
authorTom Hughes <tom@compton.nu>
Thu, 10 Feb 2011 00:45:19 +0000 (00:45 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:48 +0000 (09:42 +0000)
Gemfile

diff --git a/Gemfile b/Gemfile
index b2aef90c1e9cfe3b9935eeb64302b80b8410f3da..88f2ff11ac7ca56fad74c443dd1e852a629f8499 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -6,13 +6,13 @@ gem 'pg'
 gem 'arel', '>= 2.0.8'
 gem 'libxml-ruby', '>= 2.0.5', :require => 'libxml'
 gem 'rmagick', :require => 'RMagick'
-gem 'oauth', '>= 0.4.3'
+gem 'oauth', '>= 0.4.4'
 gem 'oauth-plugin', '> 0.3.14'
 gem 'httpclient'
 gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
 gem 'sanitize'
 gem 'rails-i18n-updater'
-gem 'validates_email_format_of', '>= 1.4.2'
+gem 'validates_email_format_of', '>= 1.4.5'
 
 # Should only load if memcache is in use
 gem 'memcached'