Skip to content

Commit 9610b5c

Browse files
authored
Merge pull request #427 from rails/dependabot/bundler/actionmailer-7.2.1.1
build(deps-dev): bump actionmailer from 7.2.1 to 7.2.1.1
2 parents 04bf4ba + 24512d4 commit 9610b5c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Gemfile.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (7.2.1)
12-
actionpack (= 7.2.1)
13-
actionview (= 7.2.1)
14-
activejob (= 7.2.1)
15-
activesupport (= 7.2.1)
11+
actionmailer (7.2.1.1)
12+
actionpack (= 7.2.1.1)
13+
actionview (= 7.2.1.1)
14+
activejob (= 7.2.1.1)
15+
activesupport (= 7.2.1.1)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (7.2.1)
19-
actionview (= 7.2.1)
20-
activesupport (= 7.2.1)
18+
actionpack (7.2.1.1)
19+
actionview (= 7.2.1.1)
20+
activesupport (= 7.2.1.1)
2121
nokogiri (>= 1.8.5)
2222
racc
2323
rack (>= 2.2.4, < 3.2)
@@ -26,16 +26,16 @@ GEM
2626
rails-dom-testing (~> 2.2)
2727
rails-html-sanitizer (~> 1.6)
2828
useragent (~> 0.16)
29-
actionview (7.2.1)
30-
activesupport (= 7.2.1)
29+
actionview (7.2.1.1)
30+
activesupport (= 7.2.1.1)
3131
builder (~> 3.1)
3232
erubi (~> 1.11)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
35-
activejob (7.2.1)
36-
activesupport (= 7.2.1)
35+
activejob (7.2.1.1)
36+
activesupport (= 7.2.1.1)
3737
globalid (>= 0.3.6)
38-
activesupport (7.2.1)
38+
activesupport (7.2.1.1)
3939
base64
4040
bigdecimal
4141
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -77,7 +77,7 @@ GEM
7777
net-smtp
7878
mini_mime (1.1.5)
7979
minitest (5.25.1)
80-
net-imap (0.4.16)
80+
net-imap (0.5.0)
8181
date
8282
net-protocol
8383
net-pop (0.1.2)
@@ -101,7 +101,7 @@ GEM
101101
psych (5.1.2)
102102
stringio
103103
racc (1.8.1)
104-
rack (3.1.7)
104+
rack (3.1.8)
105105
rack-session (2.0.0)
106106
rack (>= 3.0.0)
107107
rack-test (2.1.0)
@@ -116,9 +116,9 @@ GEM
116116
rails-html-sanitizer (1.6.0)
117117
loofah (~> 2.21)
118118
nokogiri (~> 1.14)
119-
railties (7.2.1)
120-
actionpack (= 7.2.1)
121-
activesupport (= 7.2.1)
119+
railties (7.2.1.1)
120+
actionpack (= 7.2.1.1)
121+
activesupport (= 7.2.1.1)
122122
irb (~> 1.13)
123123
rackup (>= 1.0.0)
124124
rake (>= 12.2)

0 commit comments

Comments
 (0)