diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-27 09:03:06 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-27 09:04:11 -0800 |
commit | 9f7d379c2a018c86671bfc157fe1f0cf4e31e25e (patch) | |
tree | 3b0a9032c050138c3ad9a681f790da9fae65ee51 /Gemfile.lock | |
parent | a52746649d1db4f52ae4e989dcf654ef4af57905 (diff) | |
download | gitlab-ce-9f7d379c2a018c86671bfc157fe1f0cf4e31e25e.tar.gz |
Add support for Google reCAPTCHA in user registration to prevent spammers
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4f4b10c0fb7..664a02c4bab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -566,6 +566,8 @@ GEM trollop rdoc (3.12.2) json (~> 1.4) + recaptcha (1.0.2) + json redcarpet (3.3.3) redis (3.2.2) redis-actionpack (4.0.1) @@ -924,6 +926,7 @@ DEPENDENCIES raphael-rails (~> 2.1.2) rblineprof rdoc (~> 3.6) + recaptcha redcarpet (~> 3.3.3) redis-namespace redis-rails (~> 4.0.0) |