Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/recaptcha-5.12.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Aug 30, 2022
2 parents dcc69af + 842e874 commit ad2391f
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 ad2391f

Please sign in to comment.