Skip to content

Commit 1bbd6a4

Browse files
committed
bump railties to 6.1.7.6
1 parent db770a7 commit 1bbd6a4

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

Gemfile.lock

+23-22
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,36 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (6.1.4)
11-
actionview (= 6.1.4)
12-
activesupport (= 6.1.4)
10+
actionpack (6.1.7.6)
11+
actionview (= 6.1.7.6)
12+
activesupport (= 6.1.7.6)
1313
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 (6.1.4)
18-
activesupport (= 6.1.4)
17+
actionview (6.1.7.6)
18+
activesupport (= 6.1.7.6)
1919
builder (~> 3.1)
2020
erubi (~> 1.4)
2121
rails-dom-testing (~> 2.0)
2222
rails-html-sanitizer (~> 1.1, >= 1.2.0)
23-
activesupport (6.1.4)
23+
activesupport (6.1.7.6)
2424
concurrent-ruby (~> 1.0, >= 1.0.2)
2525
i18n (>= 1.6, < 2)
2626
minitest (>= 5.1)
2727
tzinfo (~> 2.0)
2828
zeitwerk (~> 2.3)
2929
builder (3.2.4)
30-
concurrent-ruby (1.1.9)
30+
concurrent-ruby (1.2.2)
3131
crass (1.0.6)
32-
erubi (1.10.0)
33-
i18n (1.8.10)
32+
erubi (1.12.0)
33+
i18n (1.14.1)
3434
concurrent-ruby (~> 1.0)
3535
loofah (2.22.0)
3636
crass (~> 1.0.2)
3737
nokogiri (>= 1.12.0)
3838
method_source (1.0.0)
39-
minitest (5.14.4)
39+
minitest (5.20.0)
4040
nokogiri (1.15.5-arm64-darwin)
4141
racc (~> 1.4)
4242
nokogiri (1.15.5-x86_64-darwin)
@@ -45,25 +45,26 @@ GEM
4545
racc (~> 1.4)
4646
racc (1.7.3)
4747
rack (2.2.8)
48-
rack-test (1.1.0)
49-
rack (>= 1.0, < 3)
50-
rails-dom-testing (2.0.3)
51-
activesupport (>= 4.2.0)
48+
rack-test (2.1.0)
49+
rack (>= 1.3)
50+
rails-dom-testing (2.2.0)
51+
activesupport (>= 5.0.0)
52+
minitest
5253
nokogiri (>= 1.6)
5354
rails-html-sanitizer (1.6.0)
5455
loofah (~> 2.21)
5556
nokogiri (~> 1.14)
56-
railties (6.1.4)
57-
actionpack (= 6.1.4)
58-
activesupport (= 6.1.4)
57+
railties (6.1.7.6)
58+
actionpack (= 6.1.7.6)
59+
activesupport (= 6.1.7.6)
5960
method_source
60-
rake (>= 0.13)
61+
rake (>= 12.2)
6162
thor (~> 1.0)
62-
rake (13.0.6)
63-
thor (1.1.0)
64-
tzinfo (2.0.4)
63+
rake (13.1.0)
64+
thor (1.3.0)
65+
tzinfo (2.0.6)
6566
concurrent-ruby (~> 1.0)
66-
zeitwerk (2.4.2)
67+
zeitwerk (2.6.12)
6768

6869
PLATFORMS
6970
arm64-darwin-21

0 commit comments

Comments
 (0)