From bd422d31366039c00e60a88741dc876fd57869a2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 15 Sep 2011 23:04:03 +0100 Subject: [PATCH] Require at least version 1.5.1 of validates_email_of as 1.5.0 is broken --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.43.2