From 4c9b992d02dac134b78ce7064c82267280d91040 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sat, 30 Oct 2010 10:31:59 -0400 Subject: [PATCH] Removed validates_email_format_of plugin from Gemfile. --- Gemfile | 1 - Gemfile.lock | 7 ------- 2 files changed, 8 deletions(-) diff --git a/Gemfile b/Gemfile index b5e78ee..c516d89 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,6 @@ gem 'sqlite3-ruby', :require => 'sqlite3' # end gem "exception_notification", :git => "git://github.com/rails/exception_notification", :require => 'exception_notifier' -gem 'validates_email_format_of', :git => 'http://github.com/alexdunae/validates_email_format_of.git' gem 'pg' gem 'typus', :git => 'git://github.com/fesplugas/typus.git' gem 'mini_exiftool' diff --git a/Gemfile.lock b/Gemfile.lock index dfd5c7b..18aba73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,12 +10,6 @@ GIT specs: exception_notification (1.0.0) -GIT - remote: http://github.com/alexdunae/validates_email_format_of.git - revision: 39750a7462028c25c387074744eee4b01d09f5a5 - specs: - validates_email_format_of (1.4.1) - GIT remote: http://github.com/mislav/will_paginate.git revision: b1a5beeec9f56ecbe3594fcdca76d92b6767ce50 @@ -104,5 +98,4 @@ DEPENDENCIES rdiscount sqlite3-ruby typus! - validates_email_format_of! will_paginate!