From e554c559d2eaf473795153cf519025d4061efb17 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 9 Oct 2019 13:33:25 +0500 Subject: [PATCH] Upgrade gem "recaptcha" --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 78f16b3..2dddb7b 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ gem 'rack-attack', '~> 6.1' gem 'sidekiq', '~> 6.0' # Helpers for the reCAPTCHA API. -gem 'recaptcha', '~> 4.13' +gem 'recaptcha', '~> 5.1' # Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable # and sophisticated paginator for Rails 4+. diff --git a/Gemfile.lock b/Gemfile.lock index 1c3ff6e..1c9899a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,7 +332,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - recaptcha (4.14.0) + recaptcha (5.1.1) json redis (4.1.3) regexp_parser (1.6.0) @@ -497,7 +497,7 @@ DEPENDENCIES rails (~> 6.0.0) rails-erd (~> 1.5) rails-i18n (~> 6.0.0) - recaptcha (~> 4.13) + recaptcha (~> 5.1) redis (~> 4.1) rest-client (~> 2.1) rspec-rails (~> 3.8)