From 8825f8c16e9141c87ce9479bce4ba575d595d1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:31:47 +0000 Subject: [PATCH] chore(deps): update jwt requirement from ~> 2 to >= 2, < 4 Updates the requirements on [jwt](https://github.com/jwt/ruby-jwt) to permit the latest version. - [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.10.2...v2.10.3) --- updated-dependencies: - dependency-name: jwt dependency-version: 2.10.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- omniauth-auth0.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 47100a4..8768e21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: omniauth-auth0 (3.2.0) - jwt (~> 2) + jwt (>= 2, < 4) omniauth (~> 2) omniauth-oauth2 (~> 1) @@ -55,7 +55,7 @@ GEM logger io-console (0.8.2) json (2.19.5) - jwt (2.10.2) + jwt (2.10.3) base64 language_server-protocol (3.17.0.5) lint_roller (1.1.0) diff --git a/omniauth-auth0.gemspec b/omniauth-auth0.gemspec index f4fc6fb..ebc811a 100644 --- a/omniauth-auth0.gemspec +++ b/omniauth-auth0.gemspec @@ -21,7 +21,7 @@ omniauth-auth0 is the OmniAuth strategy for Auth0. s.executables = `git ls-files -- bin/*`.split('\n').map{ |f| File.basename(f) } s.require_paths = ['lib'] - s.add_runtime_dependency 'jwt', '~> 2' + s.add_runtime_dependency 'jwt', '>= 2', '< 4' s.add_runtime_dependency 'omniauth', '~> 2' s.add_runtime_dependency 'omniauth-oauth2', '~> 1'