Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 648ad8e commit 66f5a9e
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 @@ -110,7 +110,7 @@ gem 'nokogiri', '~> 1.15.4'
gem 'open4', '~> 1.3.0'
gem 'rack', '~> 2.2.8'
gem 'rack-utf8_sanitizer', '~> 1.9.0'
gem 'recaptcha', '~> 5.14.0', require: 'recaptcha/rails'
gem 'recaptcha', '~> 5.15.0', require: 'recaptcha/rails'
gem 'matrix', '~> 0.4.2'
gem 'mini_magick', '~> 4.12.0'
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 @@ -419,7 +419,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
recaptcha (5.14.0)
recaptcha (5.15.0)
redis (4.8.1)
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
Expand Down Expand Up @@ -624,7 +624,7 @@ DEPENDENCIES
rails (~> 7.0.7)
rails-controller-testing
rails-i18n (~> 7.0.5)
recaptcha (~> 5.14.0)
recaptcha (~> 5.15.0)
redis (~> 4.8.1)
rolify (~> 6.0.1)
routing-filter (~> 0.7.0)
Expand Down

0 comments on commit 66f5a9e

Please sign in to comment.