From d70ff3ffe2239dbbe63b73189246144bff34ba90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:20:32 +0000 Subject: [PATCH] chore(deps): update jwt requirement from >= 1.5, <= 2.5 to >= 1.5, <= 3.3 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/jwt-1.5.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] --- twilio-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twilio-ruby.gemspec b/twilio-ruby.gemspec index 8c617909c..86e825a5d 100644 --- a/twilio-ruby.gemspec +++ b/twilio-ruby.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| spec.extra_rdoc_files = ['README.md', 'LICENSE'] spec.rdoc_options = ['--line-numbers', '--inline-source', '--title', 'twilio-ruby', '--main', 'README.md'] - spec.add_dependency('jwt', '>= 1.5', '<= 2.5') + spec.add_dependency('jwt', '>= 1.5', '<= 3.3') spec.add_dependency('nokogiri', '>= 1.6', '< 2.0') spec.add_dependency('faraday', '>= 0.9', '< 2.0') # Workaround for RBX <= 2.2.1, should be fixed in next version