Bump recaptcha from 5.0.0 to 5.1.0 (#3701) [ci skip]
Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 5.0.0 to 5.1.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.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
09ce1d0cb2
commit
137c28e1dc
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -69,7 +69,7 @@ gem "rack-timeout", "~> 0.5" # Rack middleware which aborts requests that have b
|
|||
gem "rails", "~> 5.2", ">= 5.2.3" # Ruby on Rails
|
||||
gem "rails-assets-airbrake-js-client", "~> 1.6", source: "https://rails-assets.org" # Airbrake JavaScript Notifier
|
||||
gem "rails-observers", "~> 0.1" # Rails observer (removed from core in Rails 4.0)
|
||||
gem "recaptcha", "~> 5.0", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "recaptcha", "~> 5.1", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
|
||||
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
|
||||
gem "reverse_markdown", "~> 1.1" # Map simple html back into markdown
|
||||
gem "rolify", "~> 5.2" # Very simple Roles library
|
||||
|
|
|
|||
|
|
@ -596,7 +596,7 @@ GEM
|
|||
ffi (>= 0.5.0, < 2)
|
||||
rbtree3 (0.5.0)
|
||||
rdoc (6.1.1)
|
||||
recaptcha (5.0.0)
|
||||
recaptcha (5.1.0)
|
||||
json
|
||||
redcarpet (3.5.0)
|
||||
regexp_parser (1.6.0)
|
||||
|
|
@ -920,7 +920,7 @@ DEPENDENCIES
|
|||
rails (~> 5.2, >= 5.2.3)
|
||||
rails-assets-airbrake-js-client (~> 1.6)!
|
||||
rails-observers (~> 0.1)
|
||||
recaptcha (~> 5.0)
|
||||
recaptcha (~> 5.1)
|
||||
redcarpet (~> 3.5)
|
||||
reverse_markdown (~> 1.1)
|
||||
rolify (~> 5.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue