Skip to content

Commit f3b71de

Browse files
Bump actionmailer from 7.2.1 to 7.2.1.1
Bumps [actionmailer](https://github.com/rails/rails) from 7.2.1 to 7.2.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/actionmailer/CHANGELOG.md) - [Commits](rails/rails@v7.2.1...v7.2.1.1) --- updated-dependencies: - dependency-name: actionmailer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6647683 commit f3b71de

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

Gemfile.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.1)
5-
actionpack (= 7.2.1)
6-
activesupport (= 7.2.1)
4+
actioncable (7.2.1.1)
5+
actionpack (= 7.2.1.1)
6+
activesupport (= 7.2.1.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.1)
11-
actionpack (= 7.2.1)
12-
activejob (= 7.2.1)
13-
activerecord (= 7.2.1)
14-
activestorage (= 7.2.1)
15-
activesupport (= 7.2.1)
10+
actionmailbox (7.2.1.1)
11+
actionpack (= 7.2.1.1)
12+
activejob (= 7.2.1.1)
13+
activerecord (= 7.2.1.1)
14+
activestorage (= 7.2.1.1)
15+
activesupport (= 7.2.1.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.1)
18-
actionpack (= 7.2.1)
19-
actionview (= 7.2.1)
20-
activejob (= 7.2.1)
21-
activesupport (= 7.2.1)
17+
actionmailer (7.2.1.1)
18+
actionpack (= 7.2.1.1)
19+
actionview (= 7.2.1.1)
20+
activejob (= 7.2.1.1)
21+
activesupport (= 7.2.1.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.1)
25-
actionview (= 7.2.1)
26-
activesupport (= 7.2.1)
24+
actionpack (7.2.1.1)
25+
actionview (= 7.2.1.1)
26+
activesupport (= 7.2.1.1)
2727
nokogiri (>= 1.8.5)
2828
racc
2929
rack (>= 2.2.4, < 3.2)
@@ -32,15 +32,15 @@ GEM
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
3434
useragent (~> 0.16)
35-
actiontext (7.2.1)
36-
actionpack (= 7.2.1)
37-
activerecord (= 7.2.1)
38-
activestorage (= 7.2.1)
39-
activesupport (= 7.2.1)
35+
actiontext (7.2.1.1)
36+
actionpack (= 7.2.1.1)
37+
activerecord (= 7.2.1.1)
38+
activestorage (= 7.2.1.1)
39+
activesupport (= 7.2.1.1)
4040
globalid (>= 0.6.0)
4141
nokogiri (>= 1.8.5)
42-
actionview (7.2.1)
43-
activesupport (= 7.2.1)
42+
actionview (7.2.1.1)
43+
activesupport (= 7.2.1.1)
4444
builder (~> 3.1)
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
@@ -54,22 +54,22 @@ GEM
5454
kaminari (>= 1.2.1)
5555
railties (>= 6.1)
5656
ransack (>= 4.0)
57-
activejob (7.2.1)
58-
activesupport (= 7.2.1)
57+
activejob (7.2.1.1)
58+
activesupport (= 7.2.1.1)
5959
globalid (>= 0.3.6)
60-
activemodel (7.2.1)
61-
activesupport (= 7.2.1)
62-
activerecord (7.2.1)
63-
activemodel (= 7.2.1)
64-
activesupport (= 7.2.1)
60+
activemodel (7.2.1.1)
61+
activesupport (= 7.2.1.1)
62+
activerecord (7.2.1.1)
63+
activemodel (= 7.2.1.1)
64+
activesupport (= 7.2.1.1)
6565
timeout (>= 0.4.0)
66-
activestorage (7.2.1)
67-
actionpack (= 7.2.1)
68-
activejob (= 7.2.1)
69-
activerecord (= 7.2.1)
70-
activesupport (= 7.2.1)
66+
activestorage (7.2.1.1)
67+
actionpack (= 7.2.1.1)
68+
activejob (= 7.2.1.1)
69+
activerecord (= 7.2.1.1)
70+
activesupport (= 7.2.1.1)
7171
marcel (~> 1.0)
72-
activesupport (7.2.1)
72+
activesupport (7.2.1.1)
7373
base64
7474
bigdecimal
7575
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -125,7 +125,7 @@ GEM
125125
has_scope (0.8.2)
126126
actionpack (>= 5.2)
127127
activesupport (>= 5.2)
128-
i18n (1.14.5)
128+
i18n (1.14.6)
129129
concurrent-ruby (~> 1.0)
130130
importmap-rails (2.0.1)
131131
actionpack (>= 6.0.0)
@@ -166,7 +166,7 @@ GEM
166166
mini_mime (1.1.5)
167167
mini_portile2 (2.8.7)
168168
minitest (5.25.1)
169-
net-imap (0.4.14)
169+
net-imap (0.4.17)
170170
date
171171
net-protocol
172172
net-pop (0.1.2)
@@ -190,38 +190,38 @@ GEM
190190
puma (6.4.3)
191191
nio4r (~> 2.0)
192192
racc (1.8.1)
193-
rack (3.1.7)
193+
rack (3.1.8)
194194
rack-session (2.0.0)
195195
rack (>= 3.0.0)
196196
rack-test (2.1.0)
197197
rack (>= 1.3)
198198
rackup (2.1.0)
199199
rack (>= 3)
200200
webrick (~> 1.8)
201-
rails (7.2.1)
202-
actioncable (= 7.2.1)
203-
actionmailbox (= 7.2.1)
204-
actionmailer (= 7.2.1)
205-
actionpack (= 7.2.1)
206-
actiontext (= 7.2.1)
207-
actionview (= 7.2.1)
208-
activejob (= 7.2.1)
209-
activemodel (= 7.2.1)
210-
activerecord (= 7.2.1)
211-
activestorage (= 7.2.1)
212-
activesupport (= 7.2.1)
201+
rails (7.2.1.1)
202+
actioncable (= 7.2.1.1)
203+
actionmailbox (= 7.2.1.1)
204+
actionmailer (= 7.2.1.1)
205+
actionpack (= 7.2.1.1)
206+
actiontext (= 7.2.1.1)
207+
actionview (= 7.2.1.1)
208+
activejob (= 7.2.1.1)
209+
activemodel (= 7.2.1.1)
210+
activerecord (= 7.2.1.1)
211+
activestorage (= 7.2.1.1)
212+
activesupport (= 7.2.1.1)
213213
bundler (>= 1.15.0)
214-
railties (= 7.2.1)
214+
railties (= 7.2.1.1)
215215
rails-dom-testing (2.2.0)
216216
activesupport (>= 5.0.0)
217217
minitest
218218
nokogiri (>= 1.6)
219219
rails-html-sanitizer (1.6.0)
220220
loofah (~> 2.21)
221221
nokogiri (~> 1.14)
222-
railties (7.2.1)
223-
actionpack (= 7.2.1)
224-
activesupport (= 7.2.1)
222+
railties (7.2.1.1)
223+
actionpack (= 7.2.1.1)
224+
activesupport (= 7.2.1.1)
225225
irb (~> 1.13)
226226
rackup (>= 1.0.0)
227227
rake (>= 12.2)

0 commit comments

Comments
 (0)