Skip to content

Commit

Permalink
update json-jwt dependency for CVE-2018-1000539
Browse files Browse the repository at this point in the history
  • Loading branch information
cainlevy committed Feb 5, 2019
1 parent 643e496 commit 2dc3302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keratin-authn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'json-jwt', '!= 1.8.0'
spec.add_dependency 'json-jwt', '~> 1.9.4'
spec.add_dependency 'lru_redux'

spec.add_development_dependency 'bundler', '~> 1.13'
Expand Down

0 comments on commit 2dc3302

Please sign in to comment.