From 647c0eb3989826388e8ac1743bb49748c3b7756f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:36:43 +0000 Subject: [PATCH] Update jwt requirement from >= 2.0, < 3.0 to >= 2.0, < 4.0 Updates the requirements on [jwt](https://github.com/jwt/ruby-jwt) to permit the latest version. Updates `jwt` to 3.2.0 - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/jwt/ruby-jwt/compare/v2.0.0...v3.2.0) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.2.0 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- urbanairship.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbanairship.gemspec b/urbanairship.gemspec index ea66ea7..7a1e891 100644 --- a/urbanairship.gemspec +++ b/urbanairship.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.add_runtime_dependency 'rest-client', '>= 1.4', '< 4.0' - spec.add_runtime_dependency 'jwt', '>= 2.0', '< 3.0' + spec.add_runtime_dependency 'jwt', '>= 2.0', '< 4.0' spec.add_runtime_dependency 'csv', '~> 3.0' spec.add_development_dependency 'bundler', '>= 1', '< 3.0'