Skip to content

Commit cba5a5d

Browse files
Bump actionpack from 7.1.3.1 to 7.1.3.4
Bumps [actionpack](https://github.com/rails/rails) from 7.1.3.1 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.1.3.1...v7.1.3.4) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e74ed2e commit cba5a5d

File tree

1 file changed

+64
-66
lines changed

1 file changed

+64
-66
lines changed

Gemfile.lock

Lines changed: 64 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -11,71 +11,71 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (7.1.3.1)
15-
actionpack (= 7.1.3.1)
16-
activesupport (= 7.1.3.1)
14+
actioncable (7.1.3.4)
15+
actionpack (= 7.1.3.4)
16+
activesupport (= 7.1.3.4)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
1919
zeitwerk (~> 2.6)
20-
actionmailbox (7.1.3.1)
21-
actionpack (= 7.1.3.1)
22-
activejob (= 7.1.3.1)
23-
activerecord (= 7.1.3.1)
24-
activestorage (= 7.1.3.1)
25-
activesupport (= 7.1.3.1)
20+
actionmailbox (7.1.3.4)
21+
actionpack (= 7.1.3.4)
22+
activejob (= 7.1.3.4)
23+
activerecord (= 7.1.3.4)
24+
activestorage (= 7.1.3.4)
25+
activesupport (= 7.1.3.4)
2626
mail (>= 2.7.1)
2727
net-imap
2828
net-pop
2929
net-smtp
30-
actionmailer (7.1.3.1)
31-
actionpack (= 7.1.3.1)
32-
actionview (= 7.1.3.1)
33-
activejob (= 7.1.3.1)
34-
activesupport (= 7.1.3.1)
30+
actionmailer (7.1.3.4)
31+
actionpack (= 7.1.3.4)
32+
actionview (= 7.1.3.4)
33+
activejob (= 7.1.3.4)
34+
activesupport (= 7.1.3.4)
3535
mail (~> 2.5, >= 2.5.4)
3636
net-imap
3737
net-pop
3838
net-smtp
3939
rails-dom-testing (~> 2.2)
40-
actionpack (7.1.3.1)
41-
actionview (= 7.1.3.1)
42-
activesupport (= 7.1.3.1)
40+
actionpack (7.1.3.4)
41+
actionview (= 7.1.3.4)
42+
activesupport (= 7.1.3.4)
4343
nokogiri (>= 1.8.5)
4444
racc
4545
rack (>= 2.2.4)
4646
rack-session (>= 1.0.1)
4747
rack-test (>= 0.6.3)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
actiontext (7.1.3.1)
51-
actionpack (= 7.1.3.1)
52-
activerecord (= 7.1.3.1)
53-
activestorage (= 7.1.3.1)
54-
activesupport (= 7.1.3.1)
50+
actiontext (7.1.3.4)
51+
actionpack (= 7.1.3.4)
52+
activerecord (= 7.1.3.4)
53+
activestorage (= 7.1.3.4)
54+
activesupport (= 7.1.3.4)
5555
globalid (>= 0.6.0)
5656
nokogiri (>= 1.8.5)
57-
actionview (7.1.3.1)
58-
activesupport (= 7.1.3.1)
57+
actionview (7.1.3.4)
58+
activesupport (= 7.1.3.4)
5959
builder (~> 3.1)
6060
erubi (~> 1.11)
6161
rails-dom-testing (~> 2.2)
6262
rails-html-sanitizer (~> 1.6)
63-
activejob (7.1.3.1)
64-
activesupport (= 7.1.3.1)
63+
activejob (7.1.3.4)
64+
activesupport (= 7.1.3.4)
6565
globalid (>= 0.3.6)
66-
activemodel (7.1.3.1)
67-
activesupport (= 7.1.3.1)
68-
activerecord (7.1.3.1)
69-
activemodel (= 7.1.3.1)
70-
activesupport (= 7.1.3.1)
66+
activemodel (7.1.3.4)
67+
activesupport (= 7.1.3.4)
68+
activerecord (7.1.3.4)
69+
activemodel (= 7.1.3.4)
70+
activesupport (= 7.1.3.4)
7171
timeout (>= 0.4.0)
72-
activestorage (7.1.3.1)
73-
actionpack (= 7.1.3.1)
74-
activejob (= 7.1.3.1)
75-
activerecord (= 7.1.3.1)
76-
activesupport (= 7.1.3.1)
72+
activestorage (7.1.3.4)
73+
actionpack (= 7.1.3.4)
74+
activejob (= 7.1.3.4)
75+
activerecord (= 7.1.3.4)
76+
activesupport (= 7.1.3.4)
7777
marcel (~> 1.0)
78-
activesupport (7.1.3.1)
78+
activesupport (7.1.3.4)
7979
base64
8080
bigdecimal
8181
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -87,24 +87,23 @@ GEM
8787
tzinfo (~> 2.0)
8888
ast (2.4.2)
8989
base64 (0.2.0)
90-
bigdecimal (3.1.6)
90+
bigdecimal (3.1.8)
9191
builder (3.2.4)
9292
byebug (11.1.3)
9393
climate_control (1.2.0)
9494
codecov (0.6.0)
9595
simplecov (>= 0.15, < 0.22)
96-
concurrent-ruby (1.2.3)
96+
concurrent-ruby (1.3.1)
9797
connection_pool (2.4.1)
9898
crass (1.0.6)
9999
date (3.3.4)
100100
diff-lcs (1.5.1)
101101
docile (1.4.0)
102-
drb (2.2.0)
103-
ruby2_keywords
102+
drb (2.2.1)
104103
erubi (1.12.0)
105104
globalid (1.2.1)
106105
activesupport (>= 6.1)
107-
i18n (1.14.1)
106+
i18n (1.14.5)
108107
concurrent-ruby (~> 1.0)
109108
io-console (0.7.2)
110109
irb (1.11.2)
@@ -122,7 +121,7 @@ GEM
122121
net-smtp
123122
marcel (1.0.2)
124123
mini_mime (1.1.5)
125-
minitest (5.22.2)
124+
minitest (5.23.1)
126125
mutex_m (0.2.0)
127126
net-imap (0.4.10)
128127
date
@@ -134,13 +133,13 @@ GEM
134133
net-smtp (0.4.0.1)
135134
net-protocol
136135
nio4r (2.7.0)
137-
nokogiri (1.16.2-arm-linux)
136+
nokogiri (1.16.5-arm-linux)
138137
racc (~> 1.4)
139-
nokogiri (1.16.2-arm64-darwin)
138+
nokogiri (1.16.5-arm64-darwin)
140139
racc (~> 1.4)
141-
nokogiri (1.16.2-x86_64-darwin)
140+
nokogiri (1.16.5-x86_64-darwin)
142141
racc (~> 1.4)
143-
nokogiri (1.16.2-x86_64-linux)
142+
nokogiri (1.16.5-x86_64-linux)
144143
racc (~> 1.4)
145144
parallel (1.24.0)
146145
parser (3.3.0.5)
@@ -156,39 +155,39 @@ GEM
156155
rb_sys (~> 0.9.86)
157156
psych (5.1.2)
158157
stringio
159-
racc (1.7.3)
160-
rack (3.0.9.1)
158+
racc (1.8.0)
159+
rack (3.0.11)
161160
rack-session (2.0.0)
162161
rack (>= 3.0.0)
163162
rack-test (2.1.0)
164163
rack (>= 1.3)
165164
rackup (2.1.0)
166165
rack (>= 3)
167166
webrick (~> 1.8)
168-
rails (7.1.3.1)
169-
actioncable (= 7.1.3.1)
170-
actionmailbox (= 7.1.3.1)
171-
actionmailer (= 7.1.3.1)
172-
actionpack (= 7.1.3.1)
173-
actiontext (= 7.1.3.1)
174-
actionview (= 7.1.3.1)
175-
activejob (= 7.1.3.1)
176-
activemodel (= 7.1.3.1)
177-
activerecord (= 7.1.3.1)
178-
activestorage (= 7.1.3.1)
179-
activesupport (= 7.1.3.1)
167+
rails (7.1.3.4)
168+
actioncable (= 7.1.3.4)
169+
actionmailbox (= 7.1.3.4)
170+
actionmailer (= 7.1.3.4)
171+
actionpack (= 7.1.3.4)
172+
actiontext (= 7.1.3.4)
173+
actionview (= 7.1.3.4)
174+
activejob (= 7.1.3.4)
175+
activemodel (= 7.1.3.4)
176+
activerecord (= 7.1.3.4)
177+
activestorage (= 7.1.3.4)
178+
activesupport (= 7.1.3.4)
180179
bundler (>= 1.15.0)
181-
railties (= 7.1.3.1)
180+
railties (= 7.1.3.4)
182181
rails-dom-testing (2.2.0)
183182
activesupport (>= 5.0.0)
184183
minitest
185184
nokogiri (>= 1.6)
186185
rails-html-sanitizer (1.6.0)
187186
loofah (~> 2.21)
188187
nokogiri (~> 1.14)
189-
railties (7.1.3.1)
190-
actionpack (= 7.1.3.1)
191-
activesupport (= 7.1.3.1)
188+
railties (7.1.3.4)
189+
actionpack (= 7.1.3.4)
190+
activesupport (= 7.1.3.4)
192191
irb
193192
rackup (>= 1.0.0)
194193
rake (>= 12.2)
@@ -254,7 +253,6 @@ GEM
254253
rubocop-capybara (~> 2.17)
255254
rubocop-factory_bot (~> 2.22)
256255
ruby-progressbar (1.13.0)
257-
ruby2_keywords (0.0.5)
258256
simplecov (0.21.2)
259257
docile (~> 1.1)
260258
simplecov-html (~> 0.11)

0 commit comments

Comments
 (0)