Skip to content

Commit

Permalink
(maint) Adjust jwt spec to be more relaxed
Browse files Browse the repository at this point in the history
This commit updates the r10k gemspec to allow any jwt rubygem version in the 2 series after 2.2.3.
The minimum version is 2.2.3, but the only requirement on the upper bound is < 3. Note that the 3
series does not exist in jwt, this upper bounds just protects against an open ended major version.
  • Loading branch information
donoghuc committed Apr 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2d4eed6 commit f5c47b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r10k.gemspec
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|

s.add_dependency 'gettext-setup', '>=0.24', '<2.0'

s.add_dependency 'jwt', '>= 2.2.3', '< 2.8.0'
s.add_dependency 'jwt', '>= 2.2.3', '< 3'
s.add_dependency 'minitar', '~> 0.9'

s.add_development_dependency 'rspec', '~> 3.1'

0 comments on commit f5c47b7

Please sign in to comment.