diff --git a/Gemfile b/Gemfile index e6ceff9..0720934 100644 --- a/Gemfile +++ b/Gemfile @@ -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.10.0" gem "email_validator", "~> 2.2.4" # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] diff --git a/Gemfile.lock b/Gemfile.lock index aeadb6e..aabba56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.6) - jwt (2.8.2) + jwt (2.10.0) base64 language_server-protocol (3.17.0.3) logger (1.6.1) @@ -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.10.0) pg (~> 1.1) puma (>= 5.0) rack-attack