From 7a2b8b82a1394dbaaed9a3d141bbe4bdb35d9e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:08:18 +0000 Subject: [PATCH] Bump invisible_captcha from 2.1.0 to 2.2.0 Bumps [invisible_captcha](https://github.com/markets/invisible_captcha) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/markets/invisible_captcha/blob/master/CHANGELOG.md) - [Commits](https://github.com/markets/invisible_captcha/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: invisible_captcha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 84d1b547d..777562218 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ gem 'inline_svg', '~> 1.9' # Honeypot for spambots that doesn't require the user to actually do any # captcha and doesn't use google stuff. -gem 'invisible_captcha', '~> 2.1.0' +gem 'invisible_captcha', '~> 2.2.0' # For parallel execution of long-running tasks. gem 'parallel', '~> 1.24', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1f5c95b60..31cc94b19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM inline_svg (1.9.0) activesupport (>= 3.0) nokogiri (>= 1.6) - invisible_captcha (2.1.0) + invisible_captcha (2.2.0) rails (>= 5.2) jbuilder (2.11.5) actionview (>= 5.0.0) @@ -214,7 +214,7 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) method_source (1.0.0) mini_magick (4.12.0) @@ -511,7 +511,7 @@ DEPENDENCIES graphql-rails_logger (~> 1.2.4) image_processing (~> 1.12) inline_svg (~> 1.9) - invisible_captcha (~> 2.1.0) + invisible_captcha (~> 2.2.0) jbuilder (~> 2.11) kaminari (~> 1.2) launchy (~> 2.5)