From: Tom Hughes Date: Thu, 15 Sep 2011 22:04:03 +0000 (+0100) Subject: Require at least version 1.5.1 of validates_email_of as 1.5.0 is broken X-Git-Tag: live~6076 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/bd422d31366039c00e60a88741dc876fd57869a2 Require at least version 1.5.1 of validates_email_of as 1.5.0 is broken --- diff --git a/Gemfile b/Gemfile index f927d056d..56d90a57f 100644 --- 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 diff --git a/Gemfile.lock b/Gemfile.lock index 7b98bde18..868d9d514 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)