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) 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