Skip to content

Commit

Permalink
Merge pull request #38991 from eugeneius/actionpack_minimum_rack_version
Browse files Browse the repository at this point in the history
Update minimum Rack version to 2.0.9
  • Loading branch information
eugeneius committed Apr 20, 2020
2 parents a6c27d5 + d58739e commit fe936fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|

s.add_dependency "activesupport", version

s.add_dependency "rack", "~> 2.0", ">= 2.0.8"
s.add_dependency "rack", "~> 2.0", ">= 2.0.9"
s.add_dependency "rack-test", ">= 0.6.3"
s.add_dependency "rails-html-sanitizer", "~> 1.0", ">= 1.2.0"
s.add_dependency "rails-dom-testing", "~> 2.0"
Expand Down

0 comments on commit fe936fa

Please sign in to comment.