Skip to content

Commit d104f43

Browse files
Update Gemfile.lock minimum Rack version to 2.0.9
Follow-up to rails#38991.
1 parent a2c3ef0 commit d104f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PATH
3939
actionpack (6.1.0.alpha)
4040
actionview (= 6.1.0.alpha)
4141
activesupport (= 6.1.0.alpha)
42-
rack (~> 2.0, >= 2.0.8)
42+
rack (~> 2.0, >= 2.0.9)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.0)
4545
rails-html-sanitizer (~> 1.0, >= 1.2.0)

0 commit comments

Comments
 (0)