Skip to content

Commit

Permalink
Merge pull request #1 from hrbg/update-jwt-version
Browse files Browse the repository at this point in the history
update jwt gem version
  • Loading branch information
hrbg authored Oct 1, 2019
2 parents 5d2f253 + 1f8ef20 commit 3bcc9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.1.0'

s.add_runtime_dependency 'jwt', '~> 1.5'
s.add_runtime_dependency 'jwt', '~> 2.1'
s.add_runtime_dependency 'nokogiri', '~> 1.6'
s.add_runtime_dependency 'uri_template', '~> 0.7'

Expand Down

0 comments on commit 3bcc9d1

Please sign in to comment.