Bump recaptcha from 5.2.1 to 5.3.0 (#5496)
Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 5.2.1 to 5.3.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.2.1...v5.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
6e9539415e
commit
1b38ab9cd7
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -74,7 +74,7 @@ gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have b
|
|||
gem "rails", "~> 5.2" # Ruby on Rails
|
||||
gem "rails-observers", "~> 0.1" # Rails observer (removed from core in Rails 4.0)
|
||||
gem "rails-settings-cached", ">= 2.1.1" # Settings plugin for Rails that makes managing a table of global key, value pairs easy.
|
||||
gem "recaptcha", "~> 5.2", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "recaptcha", "~> 5.3", 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.1.3" # Redis ruby client
|
||||
gem "redis-rails", "~> 5.0.2" # Redis for Ruby on Rails
|
||||
|
|
|
|||
|
|
@ -441,7 +441,7 @@ GEM
|
|||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (2.2.0)
|
||||
json (2.3.0)
|
||||
jwt (2.2.1)
|
||||
kaminari (1.1.1)
|
||||
activesupport (>= 4.1.0)
|
||||
|
|
@ -608,7 +608,7 @@ GEM
|
|||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
rdoc (6.1.1)
|
||||
recaptcha (5.2.1)
|
||||
recaptcha (5.3.0)
|
||||
json
|
||||
redcarpet (3.5.0)
|
||||
redis (4.1.3)
|
||||
|
|
@ -954,7 +954,7 @@ DEPENDENCIES
|
|||
rails-assets-honeybadger!
|
||||
rails-observers (~> 0.1)
|
||||
rails-settings-cached (>= 2.1.1)
|
||||
recaptcha (~> 5.2)
|
||||
recaptcha (~> 5.3)
|
||||
redcarpet (~> 3.5)
|
||||
redis (~> 4.1.3)
|
||||
redis-rails (~> 5.0.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue