Bump recaptcha from 4.13.2 to 4.14.0 (#2604) [ci skip]

Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 4.13.2 to 4.14.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/v4.13.2...v4.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-29 09:56:34 -04:00 committed by Mac Siri
parent 3cfc3a5b43
commit 92222e6acc
2 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,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", "~> 4.13", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
gem "recaptcha", "~> 4.14", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
gem "redcarpet", "~> 3.4" # 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

View file

@ -733,7 +733,7 @@ GEM
nokogiri (~> 1.5)
trollop (~> 2.1)
rdoc (6.1.1)
recaptcha (4.13.2)
recaptcha (4.14.0)
json
redcarpet (3.4.0)
regexp_parser (1.4.0)
@ -1043,7 +1043,7 @@ DEPENDENCIES
rails (~> 5.2, >= 5.2.3)
rails-assets-airbrake-js-client (~> 1.6)!
rails-observers (~> 0.1)
recaptcha (~> 4.13)
recaptcha (~> 4.14)
redcarpet (~> 3.4)
reverse_markdown (~> 1.1)
rolify (~> 5.2)