Skip to content

Commit

Permalink
Merge pull request #1384 from donoghuc/jwt-relax
Browse files Browse the repository at this point in the history
(maint) Adjust jwt spec to be more relaxed
  • Loading branch information
justinstoller authored Apr 15, 2024
2 parents 2d4eed6 + f5c47b7 commit 00ee5f3
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
Expand Up @@ -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'
Expand Down

0 comments on commit 00ee5f3

Please sign in to comment.