Skip to content

Commit ddc9e83

Browse files
Bump actionpack from 7.2.0 to 7.2.1.1 (#227)
Bumps [actionpack](https://github.com/rails/rails) from 7.2.0 to 7.2.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.0...v7.2.1.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73d2942 commit ddc9e83

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

Gemfile.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (7.2.0)
13-
actionview (= 7.2.0)
14-
activesupport (= 7.2.0)
12+
actionpack (7.2.1.1)
13+
actionview (= 7.2.1.1)
14+
activesupport (= 7.2.1.1)
1515
nokogiri (>= 1.8.5)
1616
racc
1717
rack (>= 2.2.4, < 3.2)
@@ -20,22 +20,22 @@ GEM
2020
rails-dom-testing (~> 2.2)
2121
rails-html-sanitizer (~> 1.6)
2222
useragent (~> 0.16)
23-
actionview (7.2.0)
24-
activesupport (= 7.2.0)
23+
actionview (7.2.1.1)
24+
activesupport (= 7.2.1.1)
2525
builder (~> 3.1)
2626
erubi (~> 1.11)
2727
rails-dom-testing (~> 2.2)
2828
rails-html-sanitizer (~> 1.6)
29-
activejob (7.2.0)
30-
activesupport (= 7.2.0)
29+
activejob (7.2.1.1)
30+
activesupport (= 7.2.1.1)
3131
globalid (>= 0.3.6)
32-
activemodel (7.2.0)
33-
activesupport (= 7.2.0)
34-
activerecord (7.2.0)
35-
activemodel (= 7.2.0)
36-
activesupport (= 7.2.0)
32+
activemodel (7.2.1.1)
33+
activesupport (= 7.2.1.1)
34+
activerecord (7.2.1.1)
35+
activemodel (= 7.2.1.1)
36+
activesupport (= 7.2.1.1)
3737
timeout (>= 0.4.0)
38-
activesupport (7.2.0)
38+
activesupport (7.2.1.1)
3939
base64
4040
bigdecimal
4141
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -53,39 +53,39 @@ GEM
5353
ast (2.4.2)
5454
base64 (0.2.0)
5555
bigdecimal (3.1.8)
56-
builder (3.2.4)
57-
concurrent-ruby (1.3.1)
56+
builder (3.3.0)
57+
concurrent-ruby (1.3.4)
5858
connection_pool (2.4.1)
5959
crass (1.0.6)
6060
debug (1.9.1)
6161
irb (~> 1.10)
6262
reline (>= 0.3.8)
6363
drb (2.2.1)
64-
erubi (1.12.0)
64+
erubi (1.13.0)
6565
globalid (1.2.1)
6666
activesupport (>= 6.1)
67-
i18n (1.14.5)
67+
i18n (1.14.6)
6868
concurrent-ruby (~> 1.0)
6969
io-console (0.7.1)
7070
irb (1.14.0)
7171
rdoc (>= 4.0.0)
7272
reline (>= 0.4.2)
7373
json (2.7.1)
7474
language_server-protocol (3.17.0.3)
75-
logger (1.6.0)
75+
logger (1.6.1)
7676
loofah (2.22.0)
7777
crass (~> 1.0.2)
7878
nokogiri (>= 1.12.0)
79-
minitest (5.23.1)
79+
minitest (5.25.1)
8080
mocha (2.1.0)
8181
ruby2_keywords (>= 0.0.5)
8282
msgpack (1.7.2)
8383
mysql2 (0.5.5)
84-
nokogiri (1.16.5-arm64-darwin)
84+
nokogiri (1.16.7-arm64-darwin)
8585
racc (~> 1.4)
86-
nokogiri (1.16.5-x86_64-darwin)
86+
nokogiri (1.16.7-x86_64-darwin)
8787
racc (~> 1.4)
88-
nokogiri (1.16.5-x86_64-linux)
88+
nokogiri (1.16.7-x86_64-linux)
8989
racc (~> 1.4)
9090
parallel (1.24.0)
9191
parser (3.2.2.4)
@@ -94,8 +94,8 @@ GEM
9494
pg (1.5.4)
9595
psych (5.1.2)
9696
stringio
97-
racc (1.8.0)
98-
rack (3.0.11)
97+
racc (1.8.1)
98+
rack (3.1.8)
9999
rack-session (2.0.0)
100100
rack (>= 3.0.0)
101101
rack-test (2.1.0)
@@ -110,9 +110,9 @@ GEM
110110
rails-html-sanitizer (1.6.0)
111111
loofah (~> 2.21)
112112
nokogiri (~> 1.14)
113-
railties (7.2.0)
114-
actionpack (= 7.2.0)
115-
activesupport (= 7.2.0)
113+
railties (7.2.1.1)
114+
actionpack (= 7.2.1.1)
115+
activesupport (= 7.2.1.1)
116116
irb (~> 1.13)
117117
rackup (>= 1.0.0)
118118
rake (>= 12.2)

0 commit comments

Comments
 (0)