Bump recaptcha from 5.7.0 to 5.8.0 (#13708)
Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 5.7.0 to 5.8.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.7.0...v5.8.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
beda22d3b5
commit
afaf8ebb5d
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -77,7 +77,7 @@ gem "rails", "~> 6.1.3.2" # Ruby on Rails
|
|||
# Pinned since we have a monkey-patch against this version
|
||||
gem "rails-settings-cached", "= 2.5.2" # 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.7", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "recaptcha", "~> 5.8", 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
|
||||
gem "rpush", "~> 5.4" # Push Notification library for Rails
|
||||
|
|
|
|||
|
|
@ -582,7 +582,7 @@ GEM
|
|||
rb-fsevent (0.10.4)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
recaptcha (5.7.0)
|
||||
recaptcha (5.8.0)
|
||||
json
|
||||
redcarpet (3.5.1)
|
||||
redis (4.2.5)
|
||||
|
|
@ -940,7 +940,7 @@ DEPENDENCIES
|
|||
rails (~> 6.1.3.2)
|
||||
rails-settings-cached (= 2.5.2)
|
||||
ransack (~> 2.4)
|
||||
recaptcha (~> 5.7)
|
||||
recaptcha (~> 5.8)
|
||||
redcarpet (~> 3.5)
|
||||
redis (~> 4.2.5)
|
||||
redis-actionpack (= 5.1.0)
|
||||
|
|
|
|||
BIN
vendor/cache/recaptcha-5.7.0.gem
vendored
BIN
vendor/cache/recaptcha-5.7.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/recaptcha-5.8.0.gem
vendored
Normal file
BIN
vendor/cache/recaptcha-5.8.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue