Skip to content

Commit 3fbcbe9

Browse files
build(deps-dev): bump actionmailer from 7.1.3.4 to 7.2.0
Bumps [actionmailer](https://github.com/rails/rails) from 7.1.3.4 to 7.2.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.0/actionmailer/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.2.0) --- updated-dependencies: - dependency-name: actionmailer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0301c4a commit 3fbcbe9

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed

Gemfile.lock

+34-32
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,48 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionmailer (7.1.3.4)
11-
actionpack (= 7.1.3.4)
12-
actionview (= 7.1.3.4)
13-
activejob (= 7.1.3.4)
14-
activesupport (= 7.1.3.4)
15-
mail (~> 2.5, >= 2.5.4)
16-
net-imap
17-
net-pop
18-
net-smtp
10+
actionmailer (7.2.0)
11+
actionpack (= 7.2.0)
12+
actionview (= 7.2.0)
13+
activejob (= 7.2.0)
14+
activesupport (= 7.2.0)
15+
mail (>= 2.8.0)
1916
rails-dom-testing (~> 2.2)
20-
actionpack (7.1.3.4)
21-
actionview (= 7.1.3.4)
22-
activesupport (= 7.1.3.4)
17+
actionpack (7.2.0)
18+
actionview (= 7.2.0)
19+
activesupport (= 7.2.0)
2320
nokogiri (>= 1.8.5)
2421
racc
25-
rack (>= 2.2.4)
22+
rack (>= 2.2.4, < 3.2)
2623
rack-session (>= 1.0.1)
2724
rack-test (>= 0.6.3)
2825
rails-dom-testing (~> 2.2)
2926
rails-html-sanitizer (~> 1.6)
30-
actionview (7.1.3.4)
31-
activesupport (= 7.1.3.4)
27+
useragent (~> 0.16)
28+
actionview (7.2.0)
29+
activesupport (= 7.2.0)
3230
builder (~> 3.1)
3331
erubi (~> 1.11)
3432
rails-dom-testing (~> 2.2)
3533
rails-html-sanitizer (~> 1.6)
36-
activejob (7.1.3.4)
37-
activesupport (= 7.1.3.4)
34+
activejob (7.2.0)
35+
activesupport (= 7.2.0)
3836
globalid (>= 0.3.6)
39-
activesupport (7.1.3.4)
37+
activesupport (7.2.0)
4038
base64
4139
bigdecimal
42-
concurrent-ruby (~> 1.0, >= 1.0.2)
40+
concurrent-ruby (~> 1.0, >= 1.3.1)
4341
connection_pool (>= 2.2.5)
4442
drb
4543
i18n (>= 1.6, < 2)
44+
logger (>= 1.4.2)
4645
minitest (>= 5.1)
47-
mutex_m
48-
tzinfo (~> 2.0)
46+
securerandom (>= 0.3)
47+
tzinfo (~> 2.0, >= 2.0.5)
4948
base64 (0.2.0)
5049
bigdecimal (3.1.8)
5150
builder (3.3.0)
52-
concurrent-ruby (1.3.3)
51+
concurrent-ruby (1.3.4)
5352
connection_pool (2.4.1)
5453
crass (1.0.6)
5554
date (3.3.4)
@@ -66,6 +65,7 @@ GEM
6665
irb (1.14.0)
6766
rdoc (>= 4.0.0)
6867
reline (>= 0.4.2)
68+
logger (1.6.0)
6969
loofah (2.22.0)
7070
crass (~> 1.0.2)
7171
nokogiri (>= 1.12.0)
@@ -77,27 +77,27 @@ GEM
7777
mini_mime (1.1.5)
7878
mini_portile2 (2.8.7)
7979
minitest (5.24.1)
80-
mutex_m (0.2.0)
8180
net-imap (0.4.14)
8281
date
8382
net-protocol
8483
net-pop (0.1.2)
84+
net-protocol
8585
net-protocol (0.2.2)
8686
timeout
8787
net-smtp (0.5.0)
8888
net-protocol
89-
nokogiri (1.16.6)
89+
nokogiri (1.16.7)
9090
mini_portile2 (~> 2.8.2)
9191
racc (~> 1.4)
92-
nokogiri (1.16.6-arm64-darwin)
92+
nokogiri (1.16.7-arm64-darwin)
9393
racc (~> 1.4)
94-
nokogiri (1.16.6-x86_64-darwin)
94+
nokogiri (1.16.7-x86_64-darwin)
9595
racc (~> 1.4)
96-
nokogiri (1.16.6-x86_64-linux)
96+
nokogiri (1.16.7-x86_64-linux)
9797
racc (~> 1.4)
9898
psych (5.1.2)
9999
stringio
100-
racc (1.8.0)
100+
racc (1.8.1)
101101
rack (3.1.7)
102102
rack-session (2.0.0)
103103
rack (>= 3.0.0)
@@ -113,10 +113,10 @@ GEM
113113
rails-html-sanitizer (1.6.0)
114114
loofah (~> 2.21)
115115
nokogiri (~> 1.14)
116-
railties (7.1.3.4)
117-
actionpack (= 7.1.3.4)
118-
activesupport (= 7.1.3.4)
119-
irb
116+
railties (7.2.0)
117+
actionpack (= 7.2.0)
118+
activesupport (= 7.2.0)
119+
irb (~> 1.13)
120120
rackup (>= 1.0.0)
121121
rake (>= 12.2)
122122
thor (~> 1.0, >= 1.2.2)
@@ -126,11 +126,13 @@ GEM
126126
psych (>= 4.0.0)
127127
reline (0.5.9)
128128
io-console (~> 0.5)
129+
securerandom (0.3.1)
129130
stringio (3.1.1)
130131
thor (1.3.1)
131132
timeout (0.4.1)
132133
tzinfo (2.0.6)
133134
concurrent-ruby (~> 1.0)
135+
useragent (0.16.10)
134136
webrick (1.8.1)
135137
zeitwerk (2.6.16)
136138

0 commit comments

Comments
 (0)