From 6a0a0111d64ffcfcecf75261c6a3325a9a7f53bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:57:04 +0000 Subject: [PATCH] Bump invisible_captcha from 2.1.0 to 2.3.0 Bumps [invisible_captcha](https://github.com/markets/invisible_captcha) from 2.1.0 to 2.3.0. - [Changelog](https://github.com/markets/invisible_captcha/blob/master/CHANGELOG.md) - [Commits](https://github.com/markets/invisible_captcha/compare/v2.1.0...v2.3.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2e4a1e86b..d8ed3f81c 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.3.0' # For parallel execution of long-running tasks. gem 'parallel', '~> 1.24', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 69c0e7706..b8fe242b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,7 +181,7 @@ GEM inline_svg (1.9.0) activesupport (>= 3.0) nokogiri (>= 1.6) - invisible_captcha (2.1.0) + invisible_captcha (2.3.0) rails (>= 5.2) jbuilder (2.11.5) actionview (>= 5.0.0) @@ -233,10 +233,10 @@ GEM net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0.1) + net-smtp (0.5.0) net-protocol netrc (0.11.0) - nio4r (2.7.0) + nio4r (2.7.1) nokogiri (1.16.4-arm64-darwin) racc (~> 1.4) nokogiri (1.16.4-x86_64-darwin) @@ -514,7 +514,7 @@ DEPENDENCIES graphql-rails_logger (~> 1.2.4) image_processing (~> 1.12) inline_svg (~> 1.9) - invisible_captcha (~> 2.1.0) + invisible_captcha (~> 2.3.0) jbuilder (~> 2.11) kaminari (~> 1.2) launchy (~> 3.0)