summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-01-16 12:14:47 +0100
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-01-16 12:14:47 +0100
commit05e4af5b4c7709ab08194d109ddec8e19f44758d (patch)
treec052438b48fbc6f6c8e75c6f79bf41b2d8397596 /Gemfile.lock
parentdba982403b7b894d2096ea61b89a247060eefe57 (diff)
downloadgitlab-ce-05e4af5b4c7709ab08194d109ddec8e19f44758d.tar.gz
Better check on the validity of emails
At this moment it was possible to enter emails like: mailto:info@example.com. This was causing some issue in the frontend, since those links became html mailto: links. Fixes: #3516
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 80d98a50889..959a52f7eb5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -114,6 +114,8 @@ GEM
email_spec (1.5.0)
launchy (~> 2.1)
mail (~> 2.2)
+ email_validator (1.4.0)
+ activemodel
enumerize (0.7.0)
activesupport (>= 3.2)
equalizer (0.0.8)
@@ -567,6 +569,7 @@ DEPENDENCIES
devise (= 3.0.4)
devise-async (= 0.8.0)
email_spec
+ email_validator (~> 1.4.0)
enumerize
factory_girl_rails
ffaker