Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Update jwt requirement from >= 2.2, < 2.7 to >= 2.2, < 2.9
Browse files Browse the repository at this point in the history
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](jwt/ruby-jwt@v2.2.0...v2.8.0)

---
updated-dependencies:
- dependency-name: jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent dc93403 commit 657f83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-cloudflare-jwt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '>= 0.16.0'
spec.add_development_dependency 'webmock', '>= 3.8.0'

spec.add_runtime_dependency 'jwt', '>= 2.2', '< 2.7'
spec.add_runtime_dependency 'jwt', '>= 2.2', '< 2.9'
spec.add_runtime_dependency 'multi_json'
spec.add_runtime_dependency 'rack'
spec.add_runtime_dependency 'rack-jwt', '>= 0.4.0'
Expand Down

0 comments on commit 657f83d

Please sign in to comment.