Bump recaptcha from 5.6.0 to 5.7.0 (#12606) [deploy]
Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/ambethia/recaptcha/releases) - [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md) - [Commits](https://github.com/ambethia/recaptcha/compare/v5.6.0...v5.7.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c34b0791a3
commit
11d85f75c7
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -76,7 +76,7 @@ gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have b
|
|||
gem "rails", "~> 6.0.3" # Ruby on Rails
|
||||
gem "rails-settings-cached", ">= 2.1.1" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
|
||||
gem "ransack", "~> 2.4" # Searching and sorting
|
||||
gem "recaptcha", "~> 5.6", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "recaptcha", "~> 5.7", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
|
||||
gem "redis", "~> 4.2.5" # Redis ruby client
|
||||
|
||||
|
|
|
|||
|
|
@ -590,7 +590,7 @@ GEM
|
|||
rb-fsevent (0.10.4)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
recaptcha (5.6.0)
|
||||
recaptcha (5.7.0)
|
||||
json
|
||||
redcarpet (3.5.1)
|
||||
redis (4.2.5)
|
||||
|
|
@ -936,7 +936,7 @@ DEPENDENCIES
|
|||
rails (~> 6.0.3)
|
||||
rails-settings-cached (>= 2.1.1)
|
||||
ransack (~> 2.4)
|
||||
recaptcha (~> 5.6)
|
||||
recaptcha (~> 5.7)
|
||||
redcarpet (~> 3.5)
|
||||
redis (~> 4.2.5)
|
||||
redis-actionpack (= 5.1.0)
|
||||
|
|
|
|||
BIN
vendor/cache/recaptcha-5.6.0.gem
vendored
BIN
vendor/cache/recaptcha-5.6.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/recaptcha-5.7.0.gem
vendored
Normal file
BIN
vendor/cache/recaptcha-5.7.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue