Skip to content

Commit c54333f

Browse files
authored
Merge pull request #154 from rails/dependabot/bundler/rack-2.2.6.2
Bump rack from 2.2.5 to 2.2.6.2
2 parents e8f9eb0 + 2911363 commit c54333f

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

Gemfile.lock

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
PATH
22
remote: .
33
specs:
4-
globalid (1.0.0)
4+
globalid (1.0.1)
55
activesupport (>= 5.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (7.0.4)
11-
actionview (= 7.0.4)
12-
activesupport (= 7.0.4)
13-
rack (~> 2.0, >= 2.2.0)
10+
actionpack (6.1.7.1)
11+
actionview (= 6.1.7.1)
12+
activesupport (= 6.1.7.1)
13+
rack (~> 2.0, >= 2.0.9)
1414
rack-test (>= 0.6.3)
1515
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.0, >= 1.2.0)
17-
actionview (7.0.4)
18-
activesupport (= 7.0.4)
17+
actionview (6.1.7.1)
18+
activesupport (= 6.1.7.1)
1919
builder (~> 3.1)
2020
erubi (~> 1.4)
2121
rails-dom-testing (~> 2.0)
2222
rails-html-sanitizer (~> 1.1, >= 1.2.0)
23-
activemodel (7.0.4)
24-
activesupport (= 7.0.4)
25-
activesupport (7.0.4)
23+
activemodel (6.1.7.1)
24+
activesupport (= 6.1.7.1)
25+
activesupport (6.1.7.1)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
2727
i18n (>= 1.6, < 2)
2828
minitest (>= 5.1)
2929
tzinfo (~> 2.0)
30+
zeitwerk (~> 2.3)
3031
builder (3.2.4)
3132
concurrent-ruby (1.1.10)
3233
crass (1.0.6)
@@ -37,27 +38,24 @@ GEM
3738
crass (~> 1.0.2)
3839
nokogiri (>= 1.5.9)
3940
method_source (1.0.0)
40-
mini_portile2 (2.8.1)
41-
minitest (5.17.0)
42-
nokogiri (1.13.10)
43-
mini_portile2 (~> 2.8.0)
44-
racc (~> 1.4)
45-
racc (1.6.2)
46-
rack (2.2.5)
41+
mini_portile (0.6.2)
42+
minitest (5.15.0)
43+
nokogiri (1.6.6.4)
44+
mini_portile (~> 0.6.0)
45+
rack (2.2.6.2)
4746
rack-test (2.0.2)
4847
rack (>= 1.3)
4948
rails-dom-testing (2.0.3)
5049
activesupport (>= 4.2.0)
5150
nokogiri (>= 1.6)
5251
rails-html-sanitizer (1.4.4)
5352
loofah (~> 2.19, >= 2.19.1)
54-
railties (7.0.4)
55-
actionpack (= 7.0.4)
56-
activesupport (= 7.0.4)
53+
railties (6.1.7.1)
54+
actionpack (= 6.1.7.1)
55+
activesupport (= 6.1.7.1)
5756
method_source
5857
rake (>= 12.2)
5958
thor (~> 1.0)
60-
zeitwerk (~> 2.5)
6159
rake (13.0.6)
6260
thor (1.2.1)
6361
tzinfo (2.0.5)

0 commit comments

Comments
 (0)