Skip to content

Commit

Permalink
Relax JWT pin to allow minor upgrades (eparreno#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
RootTJNII authored Feb 3, 2020
1 parent 80e574f commit 0673f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-jwt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rbnacl', '>= 6.0.1'

spec.add_runtime_dependency 'rack'
spec.add_runtime_dependency 'jwt', '~> 2.1.0'
spec.add_runtime_dependency 'jwt', '~> 2.1'
end

0 comments on commit 0673f4d

Please sign in to comment.