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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 0d13ed5884c..9e4dd359651 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,8 +110,6 @@ GEM email_spec (1.5.0) launchy (~> 2.1) mail (~> 2.2) - email_validator (1.4.0) - activemodel emoji (1.0.1) json enumerize (0.7.0) @@ -591,7 +589,6 @@ DEPENDENCIES diffy (~> 3.0.3) dropzonejs-rails email_spec - email_validator (~> 1.4.0) enumerize factory_girl_rails ffaker |