Skip to content

Commit

Permalink
Update JSON JWT gem to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jun 26, 2015
1 parent d60ca70 commit d5abeb9
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 @@ -27,5 +27,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.0'
end

0 comments on commit d5abeb9

Please sign in to comment.