]> git.openstreetmap.org Git - rails.git/commitdiff
Require at least version 1.5.1 of validates_email_of as 1.5.0 is broken
authorTom Hughes <tom@compton.nu>
Thu, 15 Sep 2011 22:04:03 +0000 (23:04 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:51 +0000 (09:42 +0000)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index f927d056d2a0996f0912c39d7bef55fd8f4a6865..56d90a57f1717a066d5176118a45b5b4eb132d3c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem 'httpclient'
 gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
 gem 'sanitize'
 gem 'rails-i18n-updater'
-gem 'validates_email_format_of', '>= 1.4.5'
+gem 'validates_email_format_of', '>= 1.5.1'
 gem 'open_id_authentication', '>= 1.0.0'
 
 # Should only load if memcache is in use
index 7b98bde1821fdd645faf7d63183b3ff16764d430..868d9d514b00e269e4d519c8167fecffcadce3cf 100644 (file)
@@ -103,7 +103,7 @@ GEM
       polyglot
       polyglot (>= 0.3.1)
     tzinfo (0.3.29)
-    validates_email_format_of (1.5.0)
+    validates_email_format_of (1.5.1)
 
 PLATFORMS
   ruby
@@ -123,4 +123,4 @@ DEPENDENCIES
   rmagick
   sanitize
   timecop
-  validates_email_format_of (>= 1.4.5)
+  validates_email_format_of (~> 1.5.1)