Skip to content

Commit

Permalink
Bump invisible_captcha from 2.1.0 to 2.3.0
Browse files Browse the repository at this point in the history
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](markets/invisible_captcha@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent dc5c85d commit 6a0a011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6a0a011

Please sign in to comment.