Skip to content

Commit

Permalink
Merge pull request #12725 from wandji20/wb-OFN-12280
Browse files Browse the repository at this point in the history
(Fix) chore(deps): bump invisible_captcha from 2.2.0 to 2.3.0
  • Loading branch information
drummer83 authored Aug 6, 2024
2 parents cb42e7e + a1aea54 commit 256d5ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions spec/base_spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
# 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
Expand Down

0 comments on commit 256d5ba

Please sign in to comment.