Skip to content

Commit 465bead

Browse files
chore(deps): bump actionmailer from 7.0.7.2 to 7.0.8.5 in /examples/demo
Bumps [actionmailer](https://github.com/rails/rails) from 7.0.7.2 to 7.0.8.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/actionmailer/CHANGELOG.md) - [Commits](rails/rails@v7.0.7.2...v7.0.8.5) --- updated-dependencies: - dependency-name: actionmailer dependency-version: 7.0.8.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43571de commit 465bead

File tree

1 file changed

+73
-73
lines changed

1 file changed

+73
-73
lines changed

examples/demo/Gemfile.lock

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -9,67 +9,67 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.0.7.2)
13-
actionpack (= 7.0.7.2)
14-
activesupport (= 7.0.7.2)
12+
actioncable (7.0.8.5)
13+
actionpack (= 7.0.8.5)
14+
activesupport (= 7.0.8.5)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (7.0.7.2)
18-
actionpack (= 7.0.7.2)
19-
activejob (= 7.0.7.2)
20-
activerecord (= 7.0.7.2)
21-
activestorage (= 7.0.7.2)
22-
activesupport (= 7.0.7.2)
17+
actionmailbox (7.0.8.5)
18+
actionpack (= 7.0.8.5)
19+
activejob (= 7.0.8.5)
20+
activerecord (= 7.0.8.5)
21+
activestorage (= 7.0.8.5)
22+
activesupport (= 7.0.8.5)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.0.7.2)
28-
actionpack (= 7.0.7.2)
29-
actionview (= 7.0.7.2)
30-
activejob (= 7.0.7.2)
31-
activesupport (= 7.0.7.2)
27+
actionmailer (7.0.8.5)
28+
actionpack (= 7.0.8.5)
29+
actionview (= 7.0.8.5)
30+
activejob (= 7.0.8.5)
31+
activesupport (= 7.0.8.5)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.0)
37-
actionpack (7.0.7.2)
38-
actionview (= 7.0.7.2)
39-
activesupport (= 7.0.7.2)
37+
actionpack (7.0.8.5)
38+
actionview (= 7.0.8.5)
39+
activesupport (= 7.0.8.5)
4040
rack (~> 2.0, >= 2.2.4)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (7.0.7.2)
45-
actionpack (= 7.0.7.2)
46-
activerecord (= 7.0.7.2)
47-
activestorage (= 7.0.7.2)
48-
activesupport (= 7.0.7.2)
44+
actiontext (7.0.8.5)
45+
actionpack (= 7.0.8.5)
46+
activerecord (= 7.0.8.5)
47+
activestorage (= 7.0.8.5)
48+
activesupport (= 7.0.8.5)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.0.7.2)
52-
activesupport (= 7.0.7.2)
51+
actionview (7.0.8.5)
52+
activesupport (= 7.0.8.5)
5353
builder (~> 3.1)
5454
erubi (~> 1.4)
5555
rails-dom-testing (~> 2.0)
5656
rails-html-sanitizer (~> 1.1, >= 1.2.0)
57-
activejob (7.0.7.2)
58-
activesupport (= 7.0.7.2)
57+
activejob (7.0.8.5)
58+
activesupport (= 7.0.8.5)
5959
globalid (>= 0.3.6)
60-
activemodel (7.0.7.2)
61-
activesupport (= 7.0.7.2)
62-
activerecord (7.0.7.2)
63-
activemodel (= 7.0.7.2)
64-
activesupport (= 7.0.7.2)
65-
activestorage (7.0.7.2)
66-
actionpack (= 7.0.7.2)
67-
activejob (= 7.0.7.2)
68-
activerecord (= 7.0.7.2)
69-
activesupport (= 7.0.7.2)
60+
activemodel (7.0.8.5)
61+
activesupport (= 7.0.8.5)
62+
activerecord (7.0.8.5)
63+
activemodel (= 7.0.8.5)
64+
activesupport (= 7.0.8.5)
65+
activestorage (7.0.8.5)
66+
actionpack (= 7.0.8.5)
67+
activejob (= 7.0.8.5)
68+
activerecord (= 7.0.8.5)
69+
activesupport (= 7.0.8.5)
7070
marcel (~> 1.0)
7171
mini_mime (>= 1.1.0)
72-
activesupport (7.0.7.2)
72+
activesupport (7.0.8.5)
7373
concurrent-ruby (~> 1.0, >= 1.0.2)
7474
i18n (>= 1.6, < 2)
7575
minitest (>= 5.1)
@@ -79,7 +79,7 @@ GEM
7979
bindex (0.8.1)
8080
bootsnap (1.16.0)
8181
msgpack (~> 1.2)
82-
builder (3.2.4)
82+
builder (3.3.0)
8383
capybara (3.39.2)
8484
addressable
8585
matrix
@@ -89,16 +89,16 @@ GEM
8989
rack-test (>= 0.6.3)
9090
regexp_parser (>= 1.5, < 3.0)
9191
xpath (~> 3.2)
92-
concurrent-ruby (1.2.2)
92+
concurrent-ruby (1.3.5)
9393
crass (1.0.6)
94-
date (3.3.3)
94+
date (3.4.1)
9595
debug (1.8.0)
9696
irb (>= 1.5.0)
9797
reline (>= 0.3.1)
98-
erubi (1.12.0)
99-
globalid (1.2.0)
98+
erubi (1.13.1)
99+
globalid (1.2.1)
100100
activesupport (>= 6.1)
101-
i18n (1.14.1)
101+
i18n (1.14.7)
102102
concurrent-ruby (~> 1.0)
103103
importmap-rails (1.2.1)
104104
actionpack (>= 6.0.0)
@@ -111,7 +111,7 @@ GEM
111111
actionview (>= 5.0.0)
112112
activesupport (>= 5.0.0)
113113
json (2.6.3)
114-
loofah (2.21.3)
114+
loofah (2.24.1)
115115
crass (~> 1.0.2)
116116
nokogiri (>= 1.12.0)
117117
mail (2.8.1)
@@ -123,55 +123,55 @@ GEM
123123
matrix (0.4.2)
124124
method_source (1.0.0)
125125
mini_mime (1.1.5)
126-
minitest (5.19.0)
126+
minitest (5.25.5)
127127
msgpack (1.7.2)
128-
net-imap (0.3.7)
128+
net-imap (0.5.9)
129129
date
130130
net-protocol
131131
net-pop (0.1.2)
132132
net-protocol
133-
net-protocol (0.2.1)
133+
net-protocol (0.2.2)
134134
timeout
135-
net-smtp (0.3.3)
135+
net-smtp (0.5.1)
136136
net-protocol
137137
nio4r (2.5.9)
138-
nokogiri (1.16.3-arm64-darwin)
138+
nokogiri (1.18.8-arm64-darwin)
139139
racc (~> 1.4)
140-
nokogiri (1.16.3-x86_64-linux)
140+
nokogiri (1.18.8-x86_64-linux-gnu)
141141
racc (~> 1.4)
142142
psych (5.1.0)
143143
stringio
144144
public_suffix (5.0.3)
145145
puma (5.6.7)
146146
nio4r (~> 2.0)
147-
racc (1.7.3)
148-
rack (2.2.14)
149-
rack-test (2.1.0)
147+
racc (1.8.1)
148+
rack (2.2.17)
149+
rack-test (2.2.0)
150150
rack (>= 1.3)
151-
rails (7.0.7.2)
152-
actioncable (= 7.0.7.2)
153-
actionmailbox (= 7.0.7.2)
154-
actionmailer (= 7.0.7.2)
155-
actionpack (= 7.0.7.2)
156-
actiontext (= 7.0.7.2)
157-
actionview (= 7.0.7.2)
158-
activejob (= 7.0.7.2)
159-
activemodel (= 7.0.7.2)
160-
activerecord (= 7.0.7.2)
161-
activestorage (= 7.0.7.2)
162-
activesupport (= 7.0.7.2)
151+
rails (7.0.8.5)
152+
actioncable (= 7.0.8.5)
153+
actionmailbox (= 7.0.8.5)
154+
actionmailer (= 7.0.8.5)
155+
actionpack (= 7.0.8.5)
156+
actiontext (= 7.0.8.5)
157+
actionview (= 7.0.8.5)
158+
activejob (= 7.0.8.5)
159+
activemodel (= 7.0.8.5)
160+
activerecord (= 7.0.8.5)
161+
activestorage (= 7.0.8.5)
162+
activesupport (= 7.0.8.5)
163163
bundler (>= 1.15.0)
164-
railties (= 7.0.7.2)
165-
rails-dom-testing (2.2.0)
164+
railties (= 7.0.8.5)
165+
rails-dom-testing (2.3.0)
166166
activesupport (>= 5.0.0)
167167
minitest
168168
nokogiri (>= 1.6)
169-
rails-html-sanitizer (1.6.0)
169+
rails-html-sanitizer (1.6.2)
170170
loofah (~> 2.21)
171-
nokogiri (~> 1.14)
172-
railties (7.0.7.2)
173-
actionpack (= 7.0.7.2)
174-
activesupport (= 7.0.7.2)
171+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
172+
railties (7.0.8.5)
173+
actionpack (= 7.0.8.5)
174+
activesupport (= 7.0.8.5)
175175
method_source
176176
rake (>= 12.2)
177177
thor (~> 1.0)
@@ -203,7 +203,7 @@ GEM
203203
railties (>= 6.0.0)
204204
stringio (3.0.8)
205205
thor (1.2.2)
206-
timeout (0.4.0)
206+
timeout (0.4.3)
207207
turbo-rails (1.4.0)
208208
actionpack (>= 6.0.0)
209209
activejob (>= 6.0.0)

0 commit comments

Comments
 (0)