Skip to content

Commit 1f00b07

Browse files
Build(deps): Update jwt requirement from ~> 2.2 to >= 2.2, < 4.0
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.10.2) --- updated-dependencies: - dependency-name: jwt dependency-version: 2.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b35ac6 commit 1f00b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openbolt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
5252
spec.add_dependency "ffi", ">= 1.9.25", "< 2.0.0"
5353
spec.add_dependency "hiera-eyaml", ">= 3.0.0", "< 6.0.0"
5454
spec.add_dependency "json", "~> 2.6"
55-
spec.add_dependency "jwt", "~> 2.2"
55+
spec.add_dependency "jwt", ">= 2.2", "< 4.0"
5656
spec.add_dependency "logging", "~> 2.2"
5757
spec.add_dependency "minitar", ">= 0.6", "< 2.0"
5858
spec.add_dependency "net-scp", ">= 1.2", "< 5.0"

0 commit comments

Comments
 (0)