Skip to content

Commit

Permalink
Merge pull request #2658 from sul-dlss/update-recaptcha
Browse files Browse the repository at this point in the history
Update recaptcha gem
  • Loading branch information
jcoyne authored Nov 27, 2024
2 parents 8953012 + 03a5a00 commit 15990e1
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 @@ -135,6 +135,6 @@ gem 'blacklight-oembed', '~> 1.0'

# Used for shared reporting https://github.com/sul-dlss/exhibits/issues/2069
gem 'redis', '~> 5.0'
gem 'recaptcha', '~> 5.16'
gem 'recaptcha', '~> 5.17.1'

gem 'rack-attack'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ GEM
ffi (~> 1.0)
rdoc (6.8.1)
psych (>= 4.0.0)
recaptcha (5.17.0)
recaptcha (5.17.1)
redcarpet (3.6.0)
redis (5.3.0)
redis-client (>= 0.22.0)
Expand Down Expand Up @@ -951,7 +951,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 7.2)
rails-controller-testing
recaptcha (~> 5.16)
recaptcha (~> 5.17.1)
redis (~> 5.0)
riiif
rsolr
Expand Down

0 comments on commit 15990e1

Please sign in to comment.