From 4526b4453fc65b83fc72d4db1afdd61584bff918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Sep 2018 12:25:52 -0400 Subject: [PATCH] Bump recaptcha from 4.6.4 to 4.12.0 (#546) Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 4.6.4 to 4.12.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.6.4...v4.12.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 52063f20c..78a273723 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ gem "rack-timeout", "~> 0.5" gem "rails", "~> 5.1" gem "rails-assets-airbrake-js-client", "~> 0.9", source: "https://rails-assets.org" gem "rails-observers", "~> 0.1" -gem "recaptcha", "~> 4.6", require: "recaptcha/rails" +gem "recaptcha", "~> 4.12", require: "recaptcha/rails" gem "redcarpet", "~> 3.4" gem "reverse_markdown", "~> 1.0" gem "rolify", "~> 5.2" diff --git a/Gemfile.lock b/Gemfile.lock index ec2811401..b592f2f8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -696,7 +696,7 @@ GEM nokogiri (~> 1.5) trollop (~> 2.1) rdoc (4.3.0) - recaptcha (4.6.4) + recaptcha (4.12.0) json redcarpet (3.4.0) ref (2.0.0) @@ -1007,7 +1007,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0) rails-observers (~> 0.1) rb-fsevent (~> 0.10) - recaptcha (~> 4.6) + recaptcha (~> 4.12) redcarpet (~> 3.4) reverse_markdown (~> 1.0) rolify (~> 5.2)