diff --git a/Gemfile b/Gemfile index df04bf4..7e69a33 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'connection_pool', '~> 2.4' gem 'dry-validation', '~> 1.10' gem 'httpx', '~> 1.3' gem 'iodine', '~> 0.7' -gem 'jwt', '~> 2.8' +gem 'jwt', '~> 3.2' gem 'oj', '~> 3.17' gem 'pg', '~> 1.5' gem 'prometheus-client', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 6364a31..a4cfe23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM http-2 (>= 1.1.3) io-console (0.8.2) iodine (0.7.58) - jwt (2.10.2) + jwt (3.2.0) base64 logger (1.7.0) method_source (1.1.0) @@ -153,7 +153,7 @@ DEPENDENCIES dry-validation (~> 1.10) httpx (~> 1.3) iodine (~> 0.7) - jwt (~> 2.8) + jwt (~> 3.2) oj (~> 3.17) pg (~> 1.5) prometheus-client (~> 4.2)