Skip to content

Commit 9b92a54

Browse files
build(deps-dev): bump actionmailer from 8.0.2 to 8.0.2.1
Bumps [actionmailer](https://github.com/rails/rails) from 8.0.2 to 8.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/actionmailer/CHANGELOG.md) - [Commits](rails/rails@v8.0.2...v8.0.2.1) --- updated-dependencies: - dependency-name: actionmailer dependency-version: 8.0.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fb4975 commit 9b92a54

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (8.0.2)
12-
actionpack (= 8.0.2)
13-
actionview (= 8.0.2)
14-
activejob (= 8.0.2)
15-
activesupport (= 8.0.2)
11+
actionmailer (8.0.2.1)
12+
actionpack (= 8.0.2.1)
13+
actionview (= 8.0.2.1)
14+
activejob (= 8.0.2.1)
15+
activesupport (= 8.0.2.1)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (8.0.2)
19-
actionview (= 8.0.2)
20-
activesupport (= 8.0.2)
18+
actionpack (8.0.2.1)
19+
actionview (= 8.0.2.1)
20+
activesupport (= 8.0.2.1)
2121
nokogiri (>= 1.8.5)
2222
rack (>= 2.2.4)
2323
rack-session (>= 1.0.1)
2424
rack-test (>= 0.6.3)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
2727
useragent (~> 0.16)
28-
actionview (8.0.2)
29-
activesupport (= 8.0.2)
28+
actionview (8.0.2.1)
29+
activesupport (= 8.0.2.1)
3030
builder (~> 3.1)
3131
erubi (~> 1.11)
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
34-
activejob (8.0.2)
35-
activesupport (= 8.0.2)
34+
activejob (8.0.2.1)
35+
activesupport (= 8.0.2.1)
3636
globalid (>= 0.3.6)
37-
activesupport (8.0.2)
37+
activesupport (8.0.2.1)
3838
base64
3939
benchmark (>= 0.3)
4040
bigdecimal
@@ -91,18 +91,18 @@ GEM
9191
timeout
9292
net-smtp (0.5.1)
9393
net-protocol
94-
nokogiri (1.18.8)
94+
nokogiri (1.18.9)
9595
mini_portile2 (~> 2.8.2)
9696
racc (~> 1.4)
97-
nokogiri (1.18.8-aarch64-linux-gnu)
97+
nokogiri (1.18.9-aarch64-linux-gnu)
9898
racc (~> 1.4)
99-
nokogiri (1.18.8-arm-linux-gnu)
99+
nokogiri (1.18.9-arm-linux-gnu)
100100
racc (~> 1.4)
101-
nokogiri (1.18.8-arm64-darwin)
101+
nokogiri (1.18.9-arm64-darwin)
102102
racc (~> 1.4)
103-
nokogiri (1.18.8-x86_64-darwin)
103+
nokogiri (1.18.9-x86_64-darwin)
104104
racc (~> 1.4)
105-
nokogiri (1.18.8-x86_64-linux-gnu)
105+
nokogiri (1.18.9-x86_64-linux-gnu)
106106
racc (~> 1.4)
107107
pp (0.6.2)
108108
prettyprint
@@ -111,7 +111,7 @@ GEM
111111
date
112112
stringio
113113
racc (1.8.1)
114-
rack (3.1.16)
114+
rack (3.2.0)
115115
rack-session (2.1.1)
116116
base64 (>= 0.1.0)
117117
rack (>= 3.0.0)
@@ -126,9 +126,9 @@ GEM
126126
rails-html-sanitizer (1.6.2)
127127
loofah (~> 2.21)
128128
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
129-
railties (8.0.2)
130-
actionpack (= 8.0.2)
131-
activesupport (= 8.0.2)
129+
railties (8.0.2.1)
130+
actionpack (= 8.0.2.1)
131+
activesupport (= 8.0.2.1)
132132
irb (~> 1.13)
133133
rackup (>= 1.0.0)
134134
rake (>= 12.2)

0 commit comments

Comments
 (0)