Skip to content

Commit 5fd6372

Browse files
build(deps-dev): bump actionmailer from 7.2.1.1 to 7.2.1.2
Bumps [actionmailer](https://github.com/rails/rails) from 7.2.1.1 to 7.2.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.2/actionmailer/CHANGELOG.md) - [Commits](rails/rails@v7.2.1.1...v7.2.1.2) --- updated-dependencies: - dependency-name: actionmailer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad1d06a commit 5fd6372

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Gemfile.lock

Lines changed: 17 additions & 17 deletions
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.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)
11+
actionmailer (7.2.1.2)
12+
actionpack (= 7.2.1.2)
13+
actionview (= 7.2.1.2)
14+
activejob (= 7.2.1.2)
15+
activesupport (= 7.2.1.2)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (7.2.1.1)
19-
actionview (= 7.2.1.1)
20-
activesupport (= 7.2.1.1)
18+
actionpack (7.2.1.2)
19+
actionview (= 7.2.1.2)
20+
activesupport (= 7.2.1.2)
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.1)
30-
activesupport (= 7.2.1.1)
29+
actionview (7.2.1.2)
30+
activesupport (= 7.2.1.2)
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.1)
36-
activesupport (= 7.2.1.1)
35+
activejob (7.2.1.2)
36+
activesupport (= 7.2.1.2)
3737
globalid (>= 0.3.6)
38-
activesupport (7.2.1.1)
38+
activesupport (7.2.1.2)
3939
base64
4040
bigdecimal
4141
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -67,7 +67,7 @@ GEM
6767
rdoc (>= 4.0.0)
6868
reline (>= 0.4.2)
6969
logger (1.6.1)
70-
loofah (2.22.0)
70+
loofah (2.23.1)
7171
crass (~> 1.0.2)
7272
nokogiri (>= 1.12.0)
7373
mail (2.8.1)
@@ -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.1)
120-
actionpack (= 7.2.1.1)
121-
activesupport (= 7.2.1.1)
119+
railties (7.2.1.2)
120+
actionpack (= 7.2.1.2)
121+
activesupport (= 7.2.1.2)
122122
irb (~> 1.13)
123123
rackup (>= 1.0.0)
124124
rake (>= 12.2)

0 commit comments

Comments
 (0)