diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-06-11 13:04:30 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-06-11 13:04:30 +0200 |
commit | e57fdc1190af582544154b77f0271ef9f206bc47 (patch) | |
tree | 9c178deb4e7f5c130d6590d36213cdef87edf43c /Gemfile | |
parent | 1f5891e99183f1b20ced08d75dd44c9a01c48094 (diff) | |
download | gitlab-ce-e57fdc1190af582544154b77f0271ef9f206bc47.tar.gz |
Remove email_validator gem and allow apostrophe as a valid character in email.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" |