Bump recaptcha from 5.9.0 to 5.10.0 (#17523)
Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 5.9.0 to 5.10.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.9.0...v5.10.0) --- updated-dependencies: - dependency-name: recaptcha dependency-type: direct:production update-type: version-update:semver-minor ... 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
f38badaa47
commit
7696fdfffb
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -80,7 +80,7 @@ gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compa
|
|||
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
|
||||
gem "rails", "~> 7.0.2.2" # Ruby on Rails
|
||||
gem "ransack", "~> 3.1" # Searching and sorting
|
||||
gem "recaptcha", "~> 5.9", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "recaptcha", "~> 5.10", 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.6.0" # Redis ruby client
|
||||
|
|
|
|||
|
|
@ -663,7 +663,7 @@ GEM
|
|||
rb-fsevent (0.11.0)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
recaptcha (5.9.0)
|
||||
recaptcha (5.10.0)
|
||||
json
|
||||
redcarpet (3.5.1)
|
||||
redis (4.6.0)
|
||||
|
|
@ -1042,7 +1042,7 @@ DEPENDENCIES
|
|||
rack-timeout (~> 0.6)
|
||||
rails (~> 7.0.2.2)
|
||||
ransack (~> 3.1)
|
||||
recaptcha (~> 5.9)
|
||||
recaptcha (~> 5.10)
|
||||
redcarpet (~> 3.5)
|
||||
redis (~> 4.6.0)
|
||||
redis-actionpack (~> 5.3.0)
|
||||
|
|
|
|||
BIN
vendor/cache/recaptcha-5.10.0.gem
vendored
Normal file
BIN
vendor/cache/recaptcha-5.10.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/recaptcha-5.9.0.gem
vendored
BIN
vendor/cache/recaptcha-5.9.0.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue