Update Gemfile.lock minimum Rack version to 2.0.9

Follow-up to #38991.
This commit is contained in:
Jonathan Hefner 2020-04-21 01:06:53 -05:00
parent a2c3ef098a
commit d104f43c31
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ PATH
actionpack (6.1.0.alpha)
actionview (= 6.1.0.alpha)
activesupport (= 6.1.0.alpha)
rack (~> 2.0, >= 2.0.8)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)