Skip to content

Commit b07bbee

Browse files
Bump actionpack from 7.0.4 to 7.1.3.4
Bumps [actionpack](https://github.com/rails/rails) from 7.0.4 to 7.1.3.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.0.4...v7.1.3.4) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d8f748 commit b07bbee

File tree

1 file changed

+70
-38
lines changed

1 file changed

+70
-38
lines changed

Gemfile.lock

Lines changed: 70 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,60 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actionpack (7.0.4)
16-
actionview (= 7.0.4)
17-
activesupport (= 7.0.4)
18-
rack (~> 2.0, >= 2.2.0)
15+
actionpack (7.1.3.4)
16+
actionview (= 7.1.3.4)
17+
activesupport (= 7.1.3.4)
18+
nokogiri (>= 1.8.5)
19+
racc
20+
rack (>= 2.2.4)
21+
rack-session (>= 1.0.1)
1922
rack-test (>= 0.6.3)
20-
rails-dom-testing (~> 2.0)
21-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
22-
actionview (7.0.4)
23-
activesupport (= 7.0.4)
23+
rails-dom-testing (~> 2.2)
24+
rails-html-sanitizer (~> 1.6)
25+
actionview (7.1.3.4)
26+
activesupport (= 7.1.3.4)
2427
builder (~> 3.1)
25-
erubi (~> 1.4)
26-
rails-dom-testing (~> 2.0)
27-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
28-
activesupport (7.0.4)
28+
erubi (~> 1.11)
29+
rails-dom-testing (~> 2.2)
30+
rails-html-sanitizer (~> 1.6)
31+
activesupport (7.1.3.4)
32+
base64
33+
bigdecimal
2934
concurrent-ruby (~> 1.0, >= 1.0.2)
35+
connection_pool (>= 2.2.5)
36+
drb
3037
i18n (>= 1.6, < 2)
3138
minitest (>= 5.1)
39+
mutex_m
3240
tzinfo (~> 2.0)
33-
builder (3.2.4)
34-
concurrent-ruby (1.1.10)
41+
base64 (0.2.0)
42+
bigdecimal (3.1.8)
43+
builder (3.3.0)
44+
concurrent-ruby (1.3.3)
45+
connection_pool (2.4.1)
3546
crass (1.0.6)
3647
date (3.3.3)
3748
dnsruby (1.61.9)
3849
simpleidn (~> 0.1)
39-
erubi (1.12.0)
40-
i18n (1.12.0)
50+
drb (2.2.1)
51+
erubi (1.13.0)
52+
i18n (1.14.5)
4153
concurrent-ruby (~> 1.0)
42-
loofah (2.19.1)
54+
io-console (0.7.2)
55+
irb (1.13.2)
56+
rdoc (>= 4.0.0)
57+
reline (>= 0.4.2)
58+
loofah (2.22.0)
4359
crass (~> 1.0.2)
44-
nokogiri (>= 1.5.9)
60+
nokogiri (>= 1.12.0)
4561
mail (2.8.1)
4662
mini_mime (>= 0.1.1)
4763
net-imap
4864
net-pop
4965
net-smtp
50-
method_source (1.0.0)
5166
mini_mime (1.1.2)
52-
mini_portile2 (2.8.7)
53-
minitest (5.17.0)
67+
minitest (5.24.0)
68+
mutex_m (0.2.0)
5469
net-imap (0.3.4)
5570
date
5671
net-protocol
@@ -60,37 +75,54 @@ GEM
6075
timeout
6176
net-smtp (0.3.3)
6277
net-protocol
63-
nokogiri (1.14.3)
64-
mini_portile2 (~> 2.8.0)
78+
nokogiri (1.16.6-arm64-darwin)
6579
racc (~> 1.4)
80+
nokogiri (1.16.6-x86_64-linux)
81+
racc (~> 1.4)
82+
psych (5.1.2)
83+
stringio
6684
public_suffix (5.0.1)
67-
racc (1.6.2)
68-
rack (2.2.6.4)
69-
rack-test (2.0.2)
85+
racc (1.8.0)
86+
rack (3.1.3)
87+
rack-session (2.0.0)
88+
rack (>= 3.0.0)
89+
rack-test (2.1.0)
7090
rack (>= 1.3)
71-
rails-dom-testing (2.0.3)
72-
activesupport (>= 4.2.0)
91+
rackup (2.1.0)
92+
rack (>= 3)
93+
webrick (~> 1.8)
94+
rails-dom-testing (2.2.0)
95+
activesupport (>= 5.0.0)
96+
minitest
7397
nokogiri (>= 1.6)
74-
rails-html-sanitizer (1.4.4)
75-
loofah (~> 2.19, >= 2.19.1)
76-
railties (7.0.4)
77-
actionpack (= 7.0.4)
78-
activesupport (= 7.0.4)
79-
method_source
98+
rails-html-sanitizer (1.6.0)
99+
loofah (~> 2.21)
100+
nokogiri (~> 1.14)
101+
railties (7.1.3.4)
102+
actionpack (= 7.1.3.4)
103+
activesupport (= 7.1.3.4)
104+
irb
105+
rackup (>= 1.0.0)
80106
rake (>= 12.2)
81-
thor (~> 1.0)
82-
zeitwerk (~> 2.5)
107+
thor (~> 1.0, >= 1.2.2)
108+
zeitwerk (~> 2.6)
83109
rake (13.0.6)
110+
rdoc (6.7.0)
111+
psych (>= 4.0.0)
112+
reline (0.5.9)
113+
io-console (~> 0.5)
84114
simpleidn (0.2.1)
85115
unf (~> 0.1.4)
86-
thor (1.2.1)
116+
stringio (3.1.1)
117+
thor (1.3.1)
87118
timeout (0.3.2)
88-
tzinfo (2.0.5)
119+
tzinfo (2.0.6)
89120
concurrent-ruby (~> 1.0)
90121
unf (0.1.4)
91122
unf_ext
92123
unf_ext (0.0.8.2)
93124
unicode-scripts (1.8.0)
125+
webrick (1.8.1)
94126
zeitwerk (2.6.6)
95127

96128
PLATFORMS

0 commit comments

Comments
 (0)