Skip to content

Commit

Permalink
Allow jwt 1.0.0 to be used as a dependency
Browse files Browse the repository at this point in the history
Loosens the previous restriction to allow jwt ~> 1.0.0 to be used as a
dependency.
  • Loading branch information
gshutler committed May 7, 2014
1 parent cd8a62e commit ba9574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'oauth2/version'

Gem::Specification.new do |spec|
spec.add_dependency 'faraday', ['>= 0.8', '< 0.10']
spec.add_dependency 'jwt', '~> 0.1.8'
spec.add_dependency 'jwt', ['>= 0.1.8', '< 1.1.0']
spec.add_dependency 'multi_json', '~> 1.3'
spec.add_dependency 'multi_xml', '~> 0.5'
spec.add_dependency 'rack', '~> 1.2'
Expand Down

0 comments on commit ba9574b

Please sign in to comment.