Skip to content

Commit 649a593

Browse files
chore(deps): Bump actionpack from 7.1.3.4 to 7.2.1
Bumps [actionpack](https://github.com/rails/rails) from 7.1.3.4 to 7.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.2.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c77aec commit 649a593

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

Gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,64 +7,66 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (7.1.3.4)
11-
actionview (= 7.1.3.4)
12-
activesupport (= 7.1.3.4)
10+
actionpack (7.2.1)
11+
actionview (= 7.2.1)
12+
activesupport (= 7.2.1)
1313
nokogiri (>= 1.8.5)
1414
racc
15-
rack (>= 2.2.4)
15+
rack (>= 2.2.4, < 3.2)
1616
rack-session (>= 1.0.1)
1717
rack-test (>= 0.6.3)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
20-
actionview (7.1.3.4)
21-
activesupport (= 7.1.3.4)
20+
useragent (~> 0.16)
21+
actionview (7.2.1)
22+
activesupport (= 7.2.1)
2223
builder (~> 3.1)
2324
erubi (~> 1.11)
2425
rails-dom-testing (~> 2.2)
2526
rails-html-sanitizer (~> 1.6)
26-
activesupport (7.1.3.4)
27+
activesupport (7.2.1)
2728
base64
2829
bigdecimal
29-
concurrent-ruby (~> 1.0, >= 1.0.2)
30+
concurrent-ruby (~> 1.0, >= 1.3.1)
3031
connection_pool (>= 2.2.5)
3132
drb
3233
i18n (>= 1.6, < 2)
34+
logger (>= 1.4.2)
3335
minitest (>= 5.1)
34-
mutex_m
35-
tzinfo (~> 2.0)
36+
securerandom (>= 0.3)
37+
tzinfo (~> 2.0, >= 2.0.5)
3638
ast (2.4.2)
3739
base64 (0.2.0)
3840
benchmark-ips (2.13.0)
3941
bigdecimal (3.1.8)
40-
builder (3.2.4)
41-
concurrent-ruby (1.3.1)
42+
builder (3.3.0)
43+
concurrent-ruby (1.3.4)
4244
connection_pool (2.4.1)
4345
crass (1.0.6)
4446
docile (1.4.0)
4547
drb (2.2.1)
46-
erubi (1.12.0)
48+
erubi (1.13.0)
4749
i18n (1.14.5)
4850
concurrent-ruby (~> 1.0)
4951
json (2.7.2)
5052
language_server-protocol (3.17.0.3)
53+
logger (1.6.0)
5154
loofah (2.22.0)
5255
crass (~> 1.0.2)
5356
nokogiri (>= 1.12.0)
5457
mini_portile2 (2.8.7)
5558
minitest (5.24.1)
56-
mutex_m (0.2.0)
57-
nokogiri (1.16.5)
59+
nokogiri (1.16.7)
5860
mini_portile2 (~> 2.8.2)
5961
racc (~> 1.4)
60-
nokogiri (1.16.5-arm64-darwin)
62+
nokogiri (1.16.7-arm64-darwin)
6163
racc (~> 1.4)
6264
parallel (1.25.1)
6365
parser (3.3.3.0)
6466
ast (~> 2.4.1)
6567
racc
66-
racc (1.8.0)
67-
rack (3.0.11)
68+
racc (1.8.1)
69+
rack (3.1.7)
6870
rack-session (2.0.0)
6971
rack (>= 3.0.0)
7072
rack-test (2.1.0)
@@ -95,6 +97,7 @@ GEM
9597
rubocop-ast (1.31.3)
9698
parser (>= 3.3.1.0)
9799
ruby-progressbar (1.13.0)
100+
securerandom (0.3.1)
98101
simplecov (0.22.0)
99102
docile (~> 1.1)
100103
simplecov-html (~> 0.11)
@@ -108,6 +111,7 @@ GEM
108111
tzinfo (2.0.6)
109112
concurrent-ruby (~> 1.0)
110113
unicode-display_width (2.5.0)
114+
useragent (0.16.10)
111115

112116
PLATFORMS
113117
arm64-darwin-23

0 commit comments

Comments
 (0)