Skip to content

Commit e6e08a7

Browse files
Bump actionpack from 6.1.7.7 to 6.1.7.8
Bumps [actionpack](https://github.com/rails/rails) from 6.1.7.7 to 6.1.7.8. - [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@v6.1.7.7...v6.1.7.8) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 410a31b commit e6e08a7

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

Gemfile.lock

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,60 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (6.1.7.7)
13-
actionpack (= 6.1.7.7)
14-
activesupport (= 6.1.7.7)
12+
actioncable (6.1.7.8)
13+
actionpack (= 6.1.7.8)
14+
activesupport (= 6.1.7.8)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (6.1.7.7)
18-
actionpack (= 6.1.7.7)
19-
activejob (= 6.1.7.7)
20-
activerecord (= 6.1.7.7)
21-
activestorage (= 6.1.7.7)
22-
activesupport (= 6.1.7.7)
17+
actionmailbox (6.1.7.8)
18+
actionpack (= 6.1.7.8)
19+
activejob (= 6.1.7.8)
20+
activerecord (= 6.1.7.8)
21+
activestorage (= 6.1.7.8)
22+
activesupport (= 6.1.7.8)
2323
mail (>= 2.7.1)
24-
actionmailer (6.1.7.7)
25-
actionpack (= 6.1.7.7)
26-
actionview (= 6.1.7.7)
27-
activejob (= 6.1.7.7)
28-
activesupport (= 6.1.7.7)
24+
actionmailer (6.1.7.8)
25+
actionpack (= 6.1.7.8)
26+
actionview (= 6.1.7.8)
27+
activejob (= 6.1.7.8)
28+
activesupport (= 6.1.7.8)
2929
mail (~> 2.5, >= 2.5.4)
3030
rails-dom-testing (~> 2.0)
31-
actionpack (6.1.7.7)
32-
actionview (= 6.1.7.7)
33-
activesupport (= 6.1.7.7)
31+
actionpack (6.1.7.8)
32+
actionview (= 6.1.7.8)
33+
activesupport (= 6.1.7.8)
3434
rack (~> 2.0, >= 2.0.9)
3535
rack-test (>= 0.6.3)
3636
rails-dom-testing (~> 2.0)
3737
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38-
actiontext (6.1.7.7)
39-
actionpack (= 6.1.7.7)
40-
activerecord (= 6.1.7.7)
41-
activestorage (= 6.1.7.7)
42-
activesupport (= 6.1.7.7)
38+
actiontext (6.1.7.8)
39+
actionpack (= 6.1.7.8)
40+
activerecord (= 6.1.7.8)
41+
activestorage (= 6.1.7.8)
42+
activesupport (= 6.1.7.8)
4343
nokogiri (>= 1.8.5)
44-
actionview (6.1.7.7)
45-
activesupport (= 6.1.7.7)
44+
actionview (6.1.7.8)
45+
activesupport (= 6.1.7.8)
4646
builder (~> 3.1)
4747
erubi (~> 1.4)
4848
rails-dom-testing (~> 2.0)
4949
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50-
activejob (6.1.7.7)
51-
activesupport (= 6.1.7.7)
50+
activejob (6.1.7.8)
51+
activesupport (= 6.1.7.8)
5252
globalid (>= 0.3.6)
53-
activemodel (6.1.7.7)
54-
activesupport (= 6.1.7.7)
55-
activerecord (6.1.7.7)
56-
activemodel (= 6.1.7.7)
57-
activesupport (= 6.1.7.7)
58-
activestorage (6.1.7.7)
59-
actionpack (= 6.1.7.7)
60-
activejob (= 6.1.7.7)
61-
activerecord (= 6.1.7.7)
62-
activesupport (= 6.1.7.7)
53+
activemodel (6.1.7.8)
54+
activesupport (= 6.1.7.8)
55+
activerecord (6.1.7.8)
56+
activemodel (= 6.1.7.8)
57+
activesupport (= 6.1.7.8)
58+
activestorage (6.1.7.8)
59+
actionpack (= 6.1.7.8)
60+
activejob (= 6.1.7.8)
61+
activerecord (= 6.1.7.8)
62+
activesupport (= 6.1.7.8)
6363
marcel (~> 1.0)
6464
mini_mime (>= 1.1.0)
65-
activesupport (6.1.7.7)
65+
activesupport (6.1.7.8)
6666
concurrent-ruby (~> 1.0, >= 1.0.2)
6767
i18n (>= 1.6, < 2)
6868
minitest (>= 5.1)
@@ -118,7 +118,7 @@ GEM
118118
coffee-script-source
119119
execjs
120120
coffee-script-source (1.12.2)
121-
concurrent-ruby (1.2.3)
121+
concurrent-ruby (1.3.1)
122122
crass (1.0.6)
123123
date (3.3.4)
124124
debug_inspector (1.1.0)
@@ -205,7 +205,7 @@ GEM
205205
railties (>= 5.1)
206206
hash-deep-merge (0.1.1)
207207
httpclient (2.8.3)
208-
i18n (1.14.1)
208+
i18n (1.14.5)
209209
concurrent-ruby (~> 1.0)
210210
jaro_winkler (1.5.6)
211211
jbuilder (2.11.5)
@@ -258,10 +258,10 @@ GEM
258258
memory_profiler (1.0.1)
259259
method_source (1.0.0)
260260
mini_mime (1.1.5)
261-
mini_portile2 (2.8.6)
261+
mini_portile2 (2.8.7)
262262
mini_racer (0.8.0)
263263
libv8-node (~> 18.16.0.0)
264-
minitest (5.22.2)
264+
minitest (5.23.1)
265265
minitest-retry (0.2.2)
266266
minitest (>= 5.0)
267267
msgpack (1.7.1)
@@ -309,8 +309,8 @@ GEM
309309
puma_worker_killer (0.3.1)
310310
get_process_mem (~> 0.2)
311311
puma (>= 2.7)
312-
racc (1.7.3)
313-
rack (2.2.8.1)
312+
racc (1.8.0)
313+
rack (2.2.9)
314314
rack-attack (6.6.1)
315315
rack (>= 1.0, < 3)
316316
rack-host-redirect (1.3.0)
@@ -322,20 +322,20 @@ GEM
322322
rack-user_agent (0.5.3)
323323
rack (>= 1.5)
324324
woothee (>= 1.0.0)
325-
rails (6.1.7.7)
326-
actioncable (= 6.1.7.7)
327-
actionmailbox (= 6.1.7.7)
328-
actionmailer (= 6.1.7.7)
329-
actionpack (= 6.1.7.7)
330-
actiontext (= 6.1.7.7)
331-
actionview (= 6.1.7.7)
332-
activejob (= 6.1.7.7)
333-
activemodel (= 6.1.7.7)
334-
activerecord (= 6.1.7.7)
335-
activestorage (= 6.1.7.7)
336-
activesupport (= 6.1.7.7)
325+
rails (6.1.7.8)
326+
actioncable (= 6.1.7.8)
327+
actionmailbox (= 6.1.7.8)
328+
actionmailer (= 6.1.7.8)
329+
actionpack (= 6.1.7.8)
330+
actiontext (= 6.1.7.8)
331+
actionview (= 6.1.7.8)
332+
activejob (= 6.1.7.8)
333+
activemodel (= 6.1.7.8)
334+
activerecord (= 6.1.7.8)
335+
activestorage (= 6.1.7.8)
336+
activesupport (= 6.1.7.8)
337337
bundler (>= 1.15.0)
338-
railties (= 6.1.7.7)
338+
railties (= 6.1.7.8)
339339
sprockets-rails (>= 2.0.0)
340340
rails-controller-testing (1.0.5)
341341
actionpack (>= 5.0.1.rc1)
@@ -347,9 +347,9 @@ GEM
347347
nokogiri (>= 1.6)
348348
rails-html-sanitizer (1.4.4)
349349
loofah (~> 2.19, >= 2.19.1)
350-
railties (6.1.7.7)
351-
actionpack (= 6.1.7.7)
352-
activesupport (= 6.1.7.7)
350+
railties (6.1.7.8)
351+
actionpack (= 6.1.7.8)
352+
activesupport (= 6.1.7.8)
353353
method_source
354354
rake (>= 12.2)
355355
thor (~> 1.0)
@@ -486,7 +486,7 @@ GEM
486486
xpath (3.2.0)
487487
nokogiri (~> 1.8)
488488
yard (0.9.36)
489-
zeitwerk (2.6.13)
489+
zeitwerk (2.6.15)
490490

491491
PLATFORMS
492492
ruby

0 commit comments

Comments
 (0)