Skip to content

Commit

Permalink
Merge pull request #11 from PRX/chore/update_gems
Browse files Browse the repository at this point in the history
Update JSON JWT gem to 1.0
  • Loading branch information
cqr committed Jul 2, 2015
2 parents df8ae5f + 57f6995 commit 83ae461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-prx_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'rack', '~> 1.5', '>= 1.5.2'
spec.add_dependency 'json', '~> 1.8', '>= 1.8.1'
spec.add_dependency 'json-jwt', '~> 0.7', '>= 0.7.0'
spec.add_dependency 'json-jwt', '~> 1.0', '>= 1.0.1'
end

0 comments on commit 83ae461

Please sign in to comment.