1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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)