diff options
author | Alex Buijs <abuijs@gitlab.com> | 2019-08-09 13:20:09 +0200 |
---|---|---|
committer | Alex Buijs <abuijs@gitlab.com> | 2019-08-09 13:20:09 +0200 |
commit | 456c0691cd1a7f73d8e2e5bcf3d47372c8db27be (patch) | |
tree | b07031e0dfb9c7fab6999a4e2489caed6b2db933 /Gemfile.lock | |
parent | ce0891aa84c6aa7dbd68b0ff2d4f3f9fbde483a1 (diff) | |
download | gitlab-ce-456c0691cd1a7f73d8e2e5bcf3d47372c8db27be.tar.gz |
Add invisible_captcha gem
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 80f36a9457c..8fe54e7d557 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -437,6 +437,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) @@ -1126,6 +1128,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) |