diff options
author | Toon Claes <toon@gitlab.com> | 2019-03-08 12:54:03 +0100 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2019-03-08 15:04:04 +0100 |
commit | 38586061d84c5763bbf850f67cd717b62d480993 (patch) | |
tree | 8f45582113216ad69afdf29f92e0a6f39af5df9f /Gemfile.lock | |
parent | b816236e69fea335d421531a0057d30d6f841651 (diff) | |
download | gitlab-ce-38586061d84c5763bbf850f67cd717b62d480993.tar.gz |
Apply recaptcha API changes in 4.0
In recaptcha 4.0.0 there was an API change:
- `public_key` -> `site_key`
- `private_key` -> secret_key
See:
https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 08daa5e2a75..77a9be2d6e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -680,7 +680,7 @@ GEM optimist (>= 3.0.0) rdoc (6.0.4) re2 (1.1.1) - recaptcha (4.13.0) + recaptcha (4.13.1) json recursive-open-struct (1.1.0) redis (3.3.5) @@ -1118,7 +1118,6 @@ DEPENDENCIES rdoc (~> 6.0) re2 (~> 1.1.1) recaptcha (~> 4.11) - redcarpet (~> 3.4) redis (~> 3.2) redis-namespace (~> 1.6.0) redis-rails (~> 5.0.2) |