Skip to content
Closed
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 @@ -14,7 +14,7 @@ gem 'redis-rails'
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]


gem "jwt", "~> 2.8.1"
gem "jwt", "~> 2.9.3"
gem "email_validator", "~> 2.2.4"

# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.6)
jwt (2.8.2)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
logger (1.6.1)
Expand Down Expand Up @@ -304,7 +304,7 @@ DEPENDENCIES
email_validator (~> 2.2.4)
factory_bot_rails (~> 6.4.3)
faker (~> 3.2.3)
jwt (~> 2.8.1)
jwt (~> 2.9.3)
pg (~> 1.1)
puma (>= 5.0)
rack-attack
Expand Down