diff options
author | Stan Hu <stanhu@gmail.com> | 2019-08-14 22:04:42 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-14 22:04:42 +0000 |
commit | 0b43c1027f712567d654c3e61c6557db1f4e2faa (patch) | |
tree | f16a5bb2a24e3d0373f02bb576d14be09eac9793 /Gemfile.lock | |
parent | 3cae58b3a39153970efd1da90235d7ecd5a59b68 (diff) | |
parent | cdbe66490fe9d4d664562ee21e4b1be28298b411 (diff) | |
download | gitlab-ce-0b43c1027f712567d654c3e61c6557db1f4e2faa.tar.gz |
Merge branch '46548-open-source-alternative-to-recaptcha-for-gitlab-com-registration' into 'master'
Open source alternative to reCAPTCHA for GitLab.com registration
See merge request gitlab-org/gitlab-ce!31625
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 918115b3b01..16d7f63cb66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -438,6 +438,8 @@ GEM influxdb (0.2.3) cause json + invisible_captcha (0.12.1) + rails (>= 3.2.0) ipaddress (0.8.3) jaeger-client (0.10.0) opentracing (~> 0.3) @@ -1129,6 +1131,7 @@ DEPENDENCIES httparty (~> 0.16.4) icalendar influxdb (~> 0.2) + invisible_captcha (~> 0.12.1) jira-ruby (~> 1.4) js_regex (~> 3.1) json-schema (~> 2.8.0) |