From e01354e8638f8ce72609b6339978b36f3a7d33ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:59:12 +0000 Subject: [PATCH 1/2] chore(deps): bump invisible_captcha from 2.2.0 to 2.3.0 Bumps [invisible_captcha](https://github.com/markets/invisible_captcha) from 2.2.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.2.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.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f02a541e31..ea6f3f1c07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,7 @@ GEM ruby-vips (>= 2.0.17, < 3) immigrant (0.3.6) activerecord (>= 3.0) - invisible_captcha (2.2.0) + invisible_captcha (2.3.0) rails (>= 5.2) io-console (0.7.2) ipaddress (0.8.3) @@ -417,7 +417,7 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) method_source (1.1.0) mime-types (3.5.2) @@ -449,7 +449,7 @@ GEM net-smtp (0.5.0) net-protocol newrelic_rpm (9.9.0) - nio4r (2.7.0) + nio4r (2.7.1) nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) From a1aea54405a072939a48d39f5cddf7f8d4d5fdee Mon Sep 17 00:00:00 2001 From: wandji20 Date: Thu, 1 Aug 2024 21:43:51 +0100 Subject: [PATCH 2/2] Disable recaptcha spiner check in test environment [OFN-12280] --- spec/base_spec_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/base_spec_helper.rb b/spec/base_spec_helper.rb index f9bfa1e57c..b56cb83492 100644 --- a/spec/base_spec_helper.rb +++ b/spec/base_spec_helper.rb @@ -58,6 +58,8 @@ end # Disable timestamp check for test environment InvisibleCaptcha.timestamp_enabled = false +InvisibleCaptcha.spinner_enabled = false + RSpec.configure do |config| # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures config.fixture_path = Rails.root.join('spec/fixtures').to_s