Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-06-11 15:04:30 +0400
committerMarin Jankovski <marin@gitlab.com>2014-06-11 15:04:30 +0400
commite57fdc1190af582544154b77f0271ef9f206bc47 (patch)
tree9c178deb4e7f5c130d6590d36213cdef87edf43c /Gemfile
parent1f5891e99183f1b20ced08d75dd44c9a01c48094 (diff)
Remove email_validator gem and allow apostrophe as a valid character in email.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
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"