Skip to content

Commit

Permalink
Bump recaptcha from 5.11.0 to 5.12.0
Browse files Browse the repository at this point in the history
Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/ambethia/recaptcha/releases)
- [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md)
- [Commits](ambethia/recaptcha@v5.11.0...v5.12.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 and gbp committed Aug 30, 2022
1 parent dcc69af commit 842e874
Show file tree
Hide file tree
Showing 3 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 @@ -116,7 +116,7 @@ gem 'nokogiri', '~> 1.13.8'
gem 'open4', '~> 1.3.0'
gem 'rack', '~> 2.2.4'
gem 'rack-utf8_sanitizer', '~> 1.7.0'
gem 'recaptcha', '~> 5.11.0', require: 'recaptcha/rails'
gem 'recaptcha', '~> 5.12.0', require: 'recaptcha/rails'
gem 'mini_magick', '~> 4.11.0'
gem 'rolify', '~> 5.3.0'
gem 'ruby-msg', '~> 1.5.0', :git => 'https://github.com/mysociety/ruby-msg.git', :branch => 'ascii-encoding'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
recaptcha (5.11.0)
recaptcha (5.12.0)
json
regexp_parser (2.5.0)
representable (3.2.0)
Expand Down Expand Up @@ -572,7 +572,7 @@ DEPENDENCIES
rails (~> 6.1.6)
rails-controller-testing
rails-i18n (~> 7.0.5)
recaptcha (~> 5.11.0)
recaptcha (~> 5.12.0)
rolify (~> 5.3.0)
routing-filter (~> 0.7.0)
rspec-activemodel-mocks (~> 1.1.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.rails_next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
recaptcha (5.11.0)
recaptcha (5.12.0)
json
regexp_parser (2.5.0)
representable (3.2.0)
Expand Down Expand Up @@ -600,7 +600,7 @@ DEPENDENCIES
rails (~> 7.0.3)
rails-controller-testing
rails-i18n (~> 7.0.5)
recaptcha (~> 5.11.0)
recaptcha (~> 5.12.0)
rolify (~> 5.3.0)
routing-filter (~> 0.7.0)
rspec-activemodel-mocks (~> 1.1.0)
Expand Down

0 comments on commit 842e874

Please sign in to comment.