From e57fdc1190af582544154b77f0271ef9f206bc47 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Wed, 11 Jun 2014 13:04:30 +0200 Subject: Remove email_validator gem and allow apostrophe as a valid character in email. --- Gemfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 5b45b8bdcc2..719d65a2eb9 100644 --- a/Gemfile +++ b/Gemfile @@ -50,9 +50,6 @@ gem "grape", "~> 0.6.1" gem "grape-entity", "~> 0.4.2" gem 'rack-cors', require: 'rack/cors' -# Email validation -gem "email_validator", "~> 1.4.0", :require => 'email_validator/strict' - # Format dates and times # based on human-friendly examples gem "stamp" -- cgit v1.2.3