diff --git a/Gemfile b/Gemfile index a5f36dc69..264a93e53 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index b58c5b5c4..369168884 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)