Skip to content

Commit

Permalink
update rack dependency to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
kshsieh committed May 13, 2020
1 parent 27b1ea5 commit 26a8545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prerender_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'rack', '~> 2.0.6'
spec.add_dependency 'rack', '~> 2.2.2'
spec.add_dependency 'activesupport', '>= 0'

spec.add_development_dependency "bundler", "~> 1.3"
Expand Down

0 comments on commit 26a8545

Please sign in to comment.