Skip to content

Commit b591568

Browse files
Bump actionmailer from 7.1.3.4 to 7.1.4.1
Bumps [actionmailer](https://github.com/rails/rails) from 7.1.3.4 to 7.1.4.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.1.3.4...v7.1.4.1) --- updated-dependencies: - dependency-name: actionmailer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 200ae23 commit b591568

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

Gemfile.lock

+57-57
Original file line numberDiff line numberDiff line change
@@ -10,71 +10,71 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.1.3.4)
14-
actionpack (= 7.1.3.4)
15-
activesupport (= 7.1.3.4)
13+
actioncable (7.1.4.1)
14+
actionpack (= 7.1.4.1)
15+
activesupport (= 7.1.4.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.1.3.4)
20-
actionpack (= 7.1.3.4)
21-
activejob (= 7.1.3.4)
22-
activerecord (= 7.1.3.4)
23-
activestorage (= 7.1.3.4)
24-
activesupport (= 7.1.3.4)
19+
actionmailbox (7.1.4.1)
20+
actionpack (= 7.1.4.1)
21+
activejob (= 7.1.4.1)
22+
activerecord (= 7.1.4.1)
23+
activestorage (= 7.1.4.1)
24+
activesupport (= 7.1.4.1)
2525
mail (>= 2.7.1)
2626
net-imap
2727
net-pop
2828
net-smtp
29-
actionmailer (7.1.3.4)
30-
actionpack (= 7.1.3.4)
31-
actionview (= 7.1.3.4)
32-
activejob (= 7.1.3.4)
33-
activesupport (= 7.1.3.4)
29+
actionmailer (7.1.4.1)
30+
actionpack (= 7.1.4.1)
31+
actionview (= 7.1.4.1)
32+
activejob (= 7.1.4.1)
33+
activesupport (= 7.1.4.1)
3434
mail (~> 2.5, >= 2.5.4)
3535
net-imap
3636
net-pop
3737
net-smtp
3838
rails-dom-testing (~> 2.2)
39-
actionpack (7.1.3.4)
40-
actionview (= 7.1.3.4)
41-
activesupport (= 7.1.3.4)
39+
actionpack (7.1.4.1)
40+
actionview (= 7.1.4.1)
41+
activesupport (= 7.1.4.1)
4242
nokogiri (>= 1.8.5)
4343
racc
4444
rack (>= 2.2.4)
4545
rack-session (>= 1.0.1)
4646
rack-test (>= 0.6.3)
4747
rails-dom-testing (~> 2.2)
4848
rails-html-sanitizer (~> 1.6)
49-
actiontext (7.1.3.4)
50-
actionpack (= 7.1.3.4)
51-
activerecord (= 7.1.3.4)
52-
activestorage (= 7.1.3.4)
53-
activesupport (= 7.1.3.4)
49+
actiontext (7.1.4.1)
50+
actionpack (= 7.1.4.1)
51+
activerecord (= 7.1.4.1)
52+
activestorage (= 7.1.4.1)
53+
activesupport (= 7.1.4.1)
5454
globalid (>= 0.6.0)
5555
nokogiri (>= 1.8.5)
56-
actionview (7.1.3.4)
57-
activesupport (= 7.1.3.4)
56+
actionview (7.1.4.1)
57+
activesupport (= 7.1.4.1)
5858
builder (~> 3.1)
5959
erubi (~> 1.11)
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
62-
activejob (7.1.3.4)
63-
activesupport (= 7.1.3.4)
62+
activejob (7.1.4.1)
63+
activesupport (= 7.1.4.1)
6464
globalid (>= 0.3.6)
65-
activemodel (7.1.3.4)
66-
activesupport (= 7.1.3.4)
67-
activerecord (7.1.3.4)
68-
activemodel (= 7.1.3.4)
69-
activesupport (= 7.1.3.4)
65+
activemodel (7.1.4.1)
66+
activesupport (= 7.1.4.1)
67+
activerecord (7.1.4.1)
68+
activemodel (= 7.1.4.1)
69+
activesupport (= 7.1.4.1)
7070
timeout (>= 0.4.0)
71-
activestorage (7.1.3.4)
72-
actionpack (= 7.1.3.4)
73-
activejob (= 7.1.3.4)
74-
activerecord (= 7.1.3.4)
75-
activesupport (= 7.1.3.4)
71+
activestorage (7.1.4.1)
72+
actionpack (= 7.1.4.1)
73+
activejob (= 7.1.4.1)
74+
activerecord (= 7.1.4.1)
75+
activesupport (= 7.1.4.1)
7676
marcel (~> 1.0)
77-
activesupport (7.1.3.4)
77+
activesupport (7.1.4.1)
7878
base64
7979
bigdecimal
8080
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -129,7 +129,7 @@ GEM
129129
http-accept (1.7.0)
130130
http-cookie (1.0.5)
131131
domain_name (~> 0.5)
132-
i18n (1.14.5)
132+
i18n (1.14.6)
133133
concurrent-ruby (~> 1.0)
134134
io-console (0.7.2)
135135
irb (1.13.1)
@@ -158,14 +158,14 @@ GEM
158158
mime-types-data (3.2024.0206)
159159
mini_mime (1.1.5)
160160
mini_portile2 (2.8.7)
161-
minitest (5.24.1)
161+
minitest (5.25.1)
162162
mono_logger (1.1.2)
163163
msgpack (1.7.2)
164164
multi_json (1.15.0)
165165
mustermann (3.0.0)
166166
ruby2_keywords (~> 0.0.1)
167167
mutex_m (0.2.0)
168-
net-imap (0.4.12)
168+
net-imap (0.4.17)
169169
date
170170
net-protocol
171171
net-pop (0.1.2)
@@ -195,7 +195,7 @@ GEM
195195
puma (6.4.2)
196196
nio4r (~> 2.0)
197197
racc (1.8.1)
198-
rack (2.2.9)
198+
rack (2.2.10)
199199
rack-protection (3.1.0)
200200
rack (~> 2.2, >= 2.2.4)
201201
rack-session (1.0.2)
@@ -205,30 +205,30 @@ GEM
205205
rackup (1.0.0)
206206
rack (< 3)
207207
webrick
208-
rails (7.1.3.4)
209-
actioncable (= 7.1.3.4)
210-
actionmailbox (= 7.1.3.4)
211-
actionmailer (= 7.1.3.4)
212-
actionpack (= 7.1.3.4)
213-
actiontext (= 7.1.3.4)
214-
actionview (= 7.1.3.4)
215-
activejob (= 7.1.3.4)
216-
activemodel (= 7.1.3.4)
217-
activerecord (= 7.1.3.4)
218-
activestorage (= 7.1.3.4)
219-
activesupport (= 7.1.3.4)
208+
rails (7.1.4.1)
209+
actioncable (= 7.1.4.1)
210+
actionmailbox (= 7.1.4.1)
211+
actionmailer (= 7.1.4.1)
212+
actionpack (= 7.1.4.1)
213+
actiontext (= 7.1.4.1)
214+
actionview (= 7.1.4.1)
215+
activejob (= 7.1.4.1)
216+
activemodel (= 7.1.4.1)
217+
activerecord (= 7.1.4.1)
218+
activestorage (= 7.1.4.1)
219+
activesupport (= 7.1.4.1)
220220
bundler (>= 1.15.0)
221-
railties (= 7.1.3.4)
221+
railties (= 7.1.4.1)
222222
rails-dom-testing (2.2.0)
223223
activesupport (>= 5.0.0)
224224
minitest
225225
nokogiri (>= 1.6)
226226
rails-html-sanitizer (1.6.0)
227227
loofah (~> 2.21)
228228
nokogiri (~> 1.14)
229-
railties (7.1.3.4)
230-
actionpack (= 7.1.3.4)
231-
activesupport (= 7.1.3.4)
229+
railties (7.1.4.1)
230+
actionpack (= 7.1.4.1)
231+
activesupport (= 7.1.4.1)
232232
irb
233233
rackup (>= 1.0.0)
234234
rake (>= 12.2)

0 commit comments

Comments
 (0)