diff --git a/Gemfile b/Gemfile index 11e6a16..ce06dd8 100644 --- a/Gemfile +++ b/Gemfile @@ -32,4 +32,4 @@ group :development do gem 'dotenv-rails' end -gem 'jwt', '~> 2.5' +gem 'jwt', '~> 2.10' diff --git a/Gemfile.lock b/Gemfile.lock index 4e4f9bc..e9e0417 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,6 +67,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) ast (2.4.2) + base64 (0.3.0) bootsnap (1.16.0) msgpack (~> 1.2) builder (3.2.4) @@ -89,7 +90,8 @@ GEM irb (1.7.4) reline (>= 0.3.6) json (2.6.3) - jwt (2.7.1) + jwt (2.10.3) + base64 language_server-protocol (3.17.0.3) loofah (2.21.3) crass (~> 1.0.2) @@ -102,6 +104,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) + mini_portile2 (2.8.9) minitest (5.19.0) msgpack (1.7.2) net-imap (0.3.7) @@ -114,6 +117,9 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) + nokogiri (1.15.3) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.15.3-arm64-darwin) racc (~> 1.4) parallel (1.23.0) @@ -188,12 +194,13 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES bootsnap debug dotenv-rails - jwt (~> 2.5) + jwt (~> 2.10) puma (~> 5.0) rack-cors rails (~> 7.0.3, >= 7.0.3.1)