Skip to content

Commit 5537d4c

Browse files
Bump actionpack from 7.0.8.4 to 7.0.8.5 in /examples/stacks/rails/blog
Bumps [actionpack](https://github.com/rails/rails) from 7.0.8.4 to 7.0.8.5. - [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.0.8.4...v7.0.8.5) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 595dc22 commit 5537d4c

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

examples/stacks/rails/blog/Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.4)
5-
actionpack (= 7.0.8.4)
6-
activesupport (= 7.0.8.4)
4+
actioncable (7.0.8.5)
5+
actionpack (= 7.0.8.5)
6+
activesupport (= 7.0.8.5)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.4)
10-
actionpack (= 7.0.8.4)
11-
activejob (= 7.0.8.4)
12-
activerecord (= 7.0.8.4)
13-
activestorage (= 7.0.8.4)
14-
activesupport (= 7.0.8.4)
9+
actionmailbox (7.0.8.5)
10+
actionpack (= 7.0.8.5)
11+
activejob (= 7.0.8.5)
12+
activerecord (= 7.0.8.5)
13+
activestorage (= 7.0.8.5)
14+
activesupport (= 7.0.8.5)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.8.4)
20-
actionpack (= 7.0.8.4)
21-
actionview (= 7.0.8.4)
22-
activejob (= 7.0.8.4)
23-
activesupport (= 7.0.8.4)
19+
actionmailer (7.0.8.5)
20+
actionpack (= 7.0.8.5)
21+
actionview (= 7.0.8.5)
22+
activejob (= 7.0.8.5)
23+
activesupport (= 7.0.8.5)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.4)
30-
actionview (= 7.0.8.4)
31-
activesupport (= 7.0.8.4)
29+
actionpack (7.0.8.5)
30+
actionview (= 7.0.8.5)
31+
activesupport (= 7.0.8.5)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.4)
37-
actionpack (= 7.0.8.4)
38-
activerecord (= 7.0.8.4)
39-
activestorage (= 7.0.8.4)
40-
activesupport (= 7.0.8.4)
36+
actiontext (7.0.8.5)
37+
actionpack (= 7.0.8.5)
38+
activerecord (= 7.0.8.5)
39+
activestorage (= 7.0.8.5)
40+
activesupport (= 7.0.8.5)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.4)
44-
activesupport (= 7.0.8.4)
43+
actionview (7.0.8.5)
44+
activesupport (= 7.0.8.5)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.4)
50-
activesupport (= 7.0.8.4)
49+
activejob (7.0.8.5)
50+
activesupport (= 7.0.8.5)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.8.4)
53-
activesupport (= 7.0.8.4)
54-
activerecord (7.0.8.4)
55-
activemodel (= 7.0.8.4)
56-
activesupport (= 7.0.8.4)
57-
activestorage (7.0.8.4)
58-
actionpack (= 7.0.8.4)
59-
activejob (= 7.0.8.4)
60-
activerecord (= 7.0.8.4)
61-
activesupport (= 7.0.8.4)
52+
activemodel (7.0.8.5)
53+
activesupport (= 7.0.8.5)
54+
activerecord (7.0.8.5)
55+
activemodel (= 7.0.8.5)
56+
activesupport (= 7.0.8.5)
57+
activestorage (7.0.8.5)
58+
actionpack (= 7.0.8.5)
59+
activejob (= 7.0.8.5)
60+
activerecord (= 7.0.8.5)
61+
activesupport (= 7.0.8.5)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.4)
64+
activesupport (7.0.8.5)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -141,33 +141,33 @@ GEM
141141
puma (5.6.9)
142142
nio4r (~> 2.0)
143143
racc (1.8.1)
144-
rack (2.2.9)
144+
rack (2.2.10)
145145
rack-test (2.1.0)
146146
rack (>= 1.3)
147-
rails (7.0.8.4)
148-
actioncable (= 7.0.8.4)
149-
actionmailbox (= 7.0.8.4)
150-
actionmailer (= 7.0.8.4)
151-
actionpack (= 7.0.8.4)
152-
actiontext (= 7.0.8.4)
153-
actionview (= 7.0.8.4)
154-
activejob (= 7.0.8.4)
155-
activemodel (= 7.0.8.4)
156-
activerecord (= 7.0.8.4)
157-
activestorage (= 7.0.8.4)
158-
activesupport (= 7.0.8.4)
147+
rails (7.0.8.5)
148+
actioncable (= 7.0.8.5)
149+
actionmailbox (= 7.0.8.5)
150+
actionmailer (= 7.0.8.5)
151+
actionpack (= 7.0.8.5)
152+
actiontext (= 7.0.8.5)
153+
actionview (= 7.0.8.5)
154+
activejob (= 7.0.8.5)
155+
activemodel (= 7.0.8.5)
156+
activerecord (= 7.0.8.5)
157+
activestorage (= 7.0.8.5)
158+
activesupport (= 7.0.8.5)
159159
bundler (>= 1.15.0)
160-
railties (= 7.0.8.4)
160+
railties (= 7.0.8.5)
161161
rails-dom-testing (2.2.0)
162162
activesupport (>= 5.0.0)
163163
minitest
164164
nokogiri (>= 1.6)
165165
rails-html-sanitizer (1.6.0)
166166
loofah (~> 2.21)
167167
nokogiri (~> 1.14)
168-
railties (7.0.8.4)
169-
actionpack (= 7.0.8.4)
170-
activesupport (= 7.0.8.4)
168+
railties (7.0.8.5)
169+
actionpack (= 7.0.8.5)
170+
activesupport (= 7.0.8.5)
171171
method_source
172172
rake (>= 12.2)
173173
thor (~> 1.0)

0 commit comments

Comments
 (0)