diff --git a/Gemfile b/Gemfile index c220d01..d0d265f 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.10.3', '< 3' +gem 'jwt', '>= 2.10.3', '< 4' gem 'oj', '~> 3.17' gem 'pg', '~> 1.5' gem 'prometheus-client', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 8d7e7ab..4f67f7c 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.3) + 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.10.3, < 3) + jwt (>= 2.10.3, < 4) oj (~> 3.17) pg (~> 1.5) prometheus-client (~> 4.2)