Skip to content

Commit 999dbff

Browse files
build(deps-dev): bump actionmailer from 7.2.1.2 to 7.2.2
Bumps [actionmailer](https://github.com/rails/rails) from 7.2.1.2 to 7.2.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/actionmailer/CHANGELOG.md) - [Commits](rails/rails@v7.2.1.2...v7.2.2) --- updated-dependencies: - dependency-name: actionmailer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73d79f1 commit 999dbff

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

Gemfile.lock

Lines changed: 19 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.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)
11+
actionmailer (7.2.2)
12+
actionpack (= 7.2.2)
13+
actionview (= 7.2.2)
14+
activejob (= 7.2.2)
15+
activesupport (= 7.2.2)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (7.2.1.2)
19-
actionview (= 7.2.1.2)
20-
activesupport (= 7.2.1.2)
18+
actionpack (7.2.2)
19+
actionview (= 7.2.2)
20+
activesupport (= 7.2.2)
2121
nokogiri (>= 1.8.5)
2222
racc
2323
rack (>= 2.2.4, < 3.2)
@@ -26,17 +26,18 @@ GEM
2626
rails-dom-testing (~> 2.2)
2727
rails-html-sanitizer (~> 1.6)
2828
useragent (~> 0.16)
29-
actionview (7.2.1.2)
30-
activesupport (= 7.2.1.2)
29+
actionview (7.2.2)
30+
activesupport (= 7.2.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.2)
36-
activesupport (= 7.2.1.2)
35+
activejob (7.2.2)
36+
activesupport (= 7.2.2)
3737
globalid (>= 0.3.6)
38-
activesupport (7.2.1.2)
38+
activesupport (7.2.2)
3939
base64
40+
benchmark (>= 0.3)
4041
bigdecimal
4142
concurrent-ruby (~> 1.0, >= 1.3.1)
4243
connection_pool (>= 2.2.5)
@@ -47,12 +48,13 @@ GEM
4748
securerandom (>= 0.3)
4849
tzinfo (~> 2.0, >= 2.0.5)
4950
base64 (0.2.0)
51+
benchmark (0.3.0)
5052
bigdecimal (3.1.8)
5153
builder (3.3.0)
5254
concurrent-ruby (1.3.4)
5355
connection_pool (2.4.1)
5456
crass (1.0.6)
55-
date (3.3.4)
57+
date (3.4.0)
5658
debug (1.9.2)
5759
irb (~> 1.10)
5860
reline (>= 0.3.8)
@@ -116,9 +118,9 @@ GEM
116118
rails-html-sanitizer (1.6.0)
117119
loofah (~> 2.21)
118120
nokogiri (~> 1.14)
119-
railties (7.2.1.2)
120-
actionpack (= 7.2.1.2)
121-
activesupport (= 7.2.1.2)
121+
railties (7.2.2)
122+
actionpack (= 7.2.2)
123+
activesupport (= 7.2.2)
122124
irb (~> 1.13)
123125
rackup (>= 1.0.0)
124126
rake (>= 12.2)

0 commit comments

Comments
 (0)