Skip to content

Commit

Permalink
Update jwt requirement from >= 2.2.1, < 2.4.0 to >= 2.2.1, < 2.5.0 (#127
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/master/CHANGELOG.md)
- [Commits](jwt/ruby-jwt@v2.2.1...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2022
1 parent ad058b7 commit d052f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaikio-hub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.6.5"

spec.add_dependency "concurrent-ruby"
spec.add_dependency "jwt", ">= 2.2.1", "< 2.4.0"
spec.add_dependency "jwt", ">= 2.2.1", "< 2.5.0"
spec.add_dependency "multi_json", ">= 1.14.1", "< 1.16.0"
spec.add_dependency "oj", ">= 3.10.5", "< 3.14.0"
spec.add_dependency "spyke", ">= 5.3.4", "< 6.2.0"
Expand Down

0 comments on commit d052f4f

Please sign in to comment.