Skip to content

Commit 2c3d509

Browse files
dependabot[bot]marcelolx
authored andcommitted
Bump actionpack from 6.1.7.6 to 6.1.7.8
Bumps [actionpack](https://github.com/rails/rails) from 6.1.7.6 to 6.1.7.8. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.6...v6.1.7.8) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4504d6 commit 2c3d509

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Gemfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -7,44 +7,44 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (6.1.7.6)
11-
actionview (= 6.1.7.6)
12-
activesupport (= 6.1.7.6)
10+
actionpack (6.1.7.8)
11+
actionview (= 6.1.7.8)
12+
activesupport (= 6.1.7.8)
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.7.6)
18-
activesupport (= 6.1.7.6)
17+
actionview (6.1.7.8)
18+
activesupport (= 6.1.7.8)
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.7.6)
23+
activesupport (6.1.7.8)
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)
29-
builder (3.2.4)
30-
concurrent-ruby (1.2.2)
29+
builder (3.3.0)
30+
concurrent-ruby (1.3.4)
3131
crass (1.0.6)
32-
erubi (1.12.0)
33-
i18n (1.14.1)
32+
erubi (1.13.0)
33+
i18n (1.14.5)
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.20.0)
40-
nokogiri (1.16.2-arm64-darwin)
39+
minitest (5.25.1)
40+
nokogiri (1.16.7-arm64-darwin)
4141
racc (~> 1.4)
42-
nokogiri (1.16.2-x86_64-darwin)
42+
nokogiri (1.16.7-x86_64-darwin)
4343
racc (~> 1.4)
44-
nokogiri (1.16.2-x86_64-linux)
44+
nokogiri (1.16.7-x86_64-linux)
4545
racc (~> 1.4)
46-
racc (1.7.3)
47-
rack (2.2.8.1)
46+
racc (1.8.1)
47+
rack (2.2.9)
4848
rack-test (2.1.0)
4949
rack (>= 1.3)
5050
rails-dom-testing (2.2.0)
@@ -54,17 +54,17 @@ GEM
5454
rails-html-sanitizer (1.6.0)
5555
loofah (~> 2.21)
5656
nokogiri (~> 1.14)
57-
railties (6.1.7.6)
58-
actionpack (= 6.1.7.6)
59-
activesupport (= 6.1.7.6)
57+
railties (6.1.7.8)
58+
actionpack (= 6.1.7.8)
59+
activesupport (= 6.1.7.8)
6060
method_source
6161
rake (>= 12.2)
6262
thor (~> 1.0)
6363
rake (13.1.0)
6464
thor (1.3.0)
6565
tzinfo (2.0.6)
6666
concurrent-ruby (~> 1.0)
67-
zeitwerk (2.6.12)
67+
zeitwerk (2.6.18)
6868

6969
PLATFORMS
7070
arm64-darwin-21

0 commit comments

Comments
 (0)