Skip to content

Commit

Permalink
Build(deps): Bump recaptcha from 5.17.0 to 5.17.1
Browse files Browse the repository at this point in the history
Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 5.17.0 to 5.17.1.
- [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md)
- [Commits](ambethia/recaptcha@v5.17.0...v5.17.1)

---
updated-dependencies:
- dependency-name: recaptcha
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent b73f0b7 commit bfdaa83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ gem 'open4', '~> 1.3.0'
gem 'puma', '~> 6.4.3'
gem 'rack', '~> 2.2.10'
gem 'rack-utf8_sanitizer', '~> 1.9.1'
gem 'recaptcha', '~> 5.17.0', require: 'recaptcha/rails'
gem 'recaptcha', '~> 5.17.1', require: 'recaptcha/rails'
gem 'matrix', '~> 0.4.2'
gem 'mini_magick', '~> 4.13.1'
gem 'net-protocol', '~> 0.1.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.2.1)
recaptcha (5.17.0)
recaptcha (5.17.1)
redcarpet (3.6.0)
redis (4.8.1)
redlock (1.3.2)
Expand Down Expand Up @@ -637,7 +637,7 @@ DEPENDENCIES
rails (~> 7.0.8)
rails-controller-testing
rails-i18n (~> 7.0.10)
recaptcha (~> 5.17.0)
recaptcha (~> 5.17.1)
redcarpet (~> 3.6.0)
redis (~> 4.8.1)
rolify (~> 6.0.1)
Expand Down

0 comments on commit bfdaa83

Please sign in to comment.