Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ gem 'acts-as-taggable-on', '~> 12.0.0'
# Ordering library to order traits, actions, etc on monster and other cards
gem 'acts_as_list', '~> 1.2.0'
# Google re-captcha for sign-up process
gem 'recaptcha', '~> 5.19.0', require: 'recaptcha/rails'
gem 'recaptcha', '~> 5.21.0', require: 'recaptcha/rails'

# Ruby web server built for concurrency and performance
gem 'puma', '~> 6.6.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ GEM
rdoc (6.14.0)
erb
psych (>= 4.0.0)
recaptcha (5.19.0)
recaptcha (5.21.1)
redcarpet (3.6.1)
regexp_parser (2.9.2)
reline (0.6.1)
Expand Down Expand Up @@ -488,7 +488,7 @@ DEPENDENCIES
rails-controller-testing
rails_12factor (= 0.0.3)
rails_stdout_logging (= 0.0.5)
recaptcha (~> 5.19.0)
recaptcha (~> 5.21.0)
redcarpet (~> 3.3)
remotipart (~> 1.3)
rubocop (~> 1.56)
Expand All @@ -514,4 +514,4 @@ RUBY VERSION
ruby 3.3.1p55

BUNDLED WITH
2.6.8
2.7.1
Loading