Skip to content

Commit 93b0b4e

Browse files
authored
Merge pull request #516 from rails/dependabot/bundler/railties-8.0.2
build(deps): bump railties from 8.0.1 to 8.0.2
2 parents a040ad1 + b70e705 commit 93b0b4e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Gemfile.lock

+24-24
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.1)
12-
actionpack (= 8.0.1)
13-
actionview (= 8.0.1)
14-
activejob (= 8.0.1)
15-
activesupport (= 8.0.1)
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)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (8.0.1)
19-
actionview (= 8.0.1)
20-
activesupport (= 8.0.1)
18+
actionpack (8.0.2)
19+
actionview (= 8.0.2)
20+
activesupport (= 8.0.2)
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.1)
29-
activesupport (= 8.0.1)
28+
actionview (8.0.2)
29+
activesupport (= 8.0.2)
3030
builder (~> 3.1)
3131
erubi (~> 1.11)
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
34-
activejob (8.0.1)
35-
activesupport (= 8.0.1)
34+
activejob (8.0.2)
35+
activesupport (= 8.0.2)
3636
globalid (>= 0.3.6)
37-
activesupport (8.0.1)
37+
activesupport (8.0.2)
3838
base64
3939
benchmark (>= 0.3)
4040
bigdecimal
@@ -80,7 +80,7 @@ GEM
8080
net-smtp
8181
mini_mime (1.1.5)
8282
mini_portile2 (2.8.8)
83-
minitest (5.25.4)
83+
minitest (5.25.5)
8484
net-imap (0.5.6)
8585
date
8686
net-protocol
@@ -90,18 +90,18 @@ GEM
9090
timeout
9191
net-smtp (0.5.1)
9292
net-protocol
93-
nokogiri (1.18.3)
93+
nokogiri (1.18.4)
9494
mini_portile2 (~> 2.8.2)
9595
racc (~> 1.4)
96-
nokogiri (1.18.3-aarch64-linux-gnu)
96+
nokogiri (1.18.4-aarch64-linux-gnu)
9797
racc (~> 1.4)
98-
nokogiri (1.18.3-arm-linux-gnu)
98+
nokogiri (1.18.4-arm-linux-gnu)
9999
racc (~> 1.4)
100-
nokogiri (1.18.3-arm64-darwin)
100+
nokogiri (1.18.4-arm64-darwin)
101101
racc (~> 1.4)
102-
nokogiri (1.18.3-x86_64-darwin)
102+
nokogiri (1.18.4-x86_64-darwin)
103103
racc (~> 1.4)
104-
nokogiri (1.18.3-x86_64-linux-gnu)
104+
nokogiri (1.18.4-x86_64-linux-gnu)
105105
racc (~> 1.4)
106106
pp (0.6.2)
107107
prettyprint
@@ -110,7 +110,7 @@ GEM
110110
date
111111
stringio
112112
racc (1.8.1)
113-
rack (3.1.11)
113+
rack (3.1.12)
114114
rack-session (2.1.0)
115115
base64 (>= 0.1.0)
116116
rack (>= 3.0.0)
@@ -125,9 +125,9 @@ GEM
125125
rails-html-sanitizer (1.6.2)
126126
loofah (~> 2.21)
127127
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)
128-
railties (8.0.1)
129-
actionpack (= 8.0.1)
130-
activesupport (= 8.0.1)
128+
railties (8.0.2)
129+
actionpack (= 8.0.2)
130+
activesupport (= 8.0.2)
131131
irb (~> 1.13)
132132
rackup (>= 1.0.0)
133133
rake (>= 12.2)

0 commit comments

Comments
 (0)