Skip to content

Commit

Permalink
Update Gemfile.lock minimum Rack version to 2.0.9
Browse files Browse the repository at this point in the history
Follow-up to rails#38991.
  • Loading branch information
jonathanhefner committed Apr 21, 2020
1 parent a2c3ef0 commit d104f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d104f43

Please sign in to comment.