Skip to content

Commit 2936d40

Browse files
build(deps): bump railties from 8.0.0 to 8.0.1
Bumps [railties](https://github.com/rails/rails) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/railties/CHANGELOG.md) - [Commits](rails/rails@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b7bdb2 commit 2936d40

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

Gemfile.lock

+29-29
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.0)
12-
actionpack (= 8.0.0)
13-
actionview (= 8.0.0)
14-
activejob (= 8.0.0)
15-
activesupport (= 8.0.0)
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)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (8.0.0)
19-
actionview (= 8.0.0)
20-
activesupport (= 8.0.0)
18+
actionpack (8.0.1)
19+
actionview (= 8.0.1)
20+
activesupport (= 8.0.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.0)
29-
activesupport (= 8.0.0)
28+
actionview (8.0.1)
29+
activesupport (= 8.0.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.0)
35-
activesupport (= 8.0.0)
34+
activejob (8.0.1)
35+
activesupport (= 8.0.1)
3636
globalid (>= 0.3.6)
37-
activesupport (8.0.0)
37+
activesupport (8.0.1)
3838
base64
3939
benchmark (>= 0.3)
4040
bigdecimal
@@ -65,10 +65,10 @@ GEM
6565
i18n (1.14.6)
6666
concurrent-ruby (~> 1.0)
6767
io-console (0.8.0)
68-
irb (1.14.1)
68+
irb (1.14.2)
6969
rdoc (>= 4.0.0)
7070
reline (>= 0.4.2)
71-
logger (1.6.2)
71+
logger (1.6.3)
7272
loofah (2.23.1)
7373
crass (~> 1.0.2)
7474
nokogiri (>= 1.12.0)
@@ -78,7 +78,7 @@ GEM
7878
net-pop
7979
net-smtp
8080
mini_mime (1.1.5)
81-
minitest (5.25.2)
81+
minitest (5.25.4)
8282
net-imap (0.5.1)
8383
date
8484
net-protocol
@@ -88,17 +88,17 @@ GEM
8888
timeout
8989
net-smtp (0.5.0)
9090
net-protocol
91-
nokogiri (1.16.8-aarch64-linux)
91+
nokogiri (1.17.2-aarch64-linux)
9292
racc (~> 1.4)
93-
nokogiri (1.16.8-arm-linux)
93+
nokogiri (1.17.2-arm-linux)
9494
racc (~> 1.4)
95-
nokogiri (1.16.8-arm64-darwin)
95+
nokogiri (1.17.2-arm64-darwin)
9696
racc (~> 1.4)
97-
nokogiri (1.16.8-x86-linux)
97+
nokogiri (1.17.2-x86-linux)
9898
racc (~> 1.4)
99-
nokogiri (1.16.8-x86_64-darwin)
99+
nokogiri (1.17.2-x86_64-darwin)
100100
racc (~> 1.4)
101-
nokogiri (1.16.8-x86_64-linux)
101+
nokogiri (1.17.2-x86_64-linux)
102102
racc (~> 1.4)
103103
psych (5.2.1)
104104
date
@@ -115,23 +115,23 @@ GEM
115115
activesupport (>= 5.0.0)
116116
minitest
117117
nokogiri (>= 1.6)
118-
rails-html-sanitizer (1.6.1)
118+
rails-html-sanitizer (1.6.2)
119119
loofah (~> 2.21)
120120
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)
121-
railties (8.0.0)
122-
actionpack (= 8.0.0)
123-
activesupport (= 8.0.0)
121+
railties (8.0.1)
122+
actionpack (= 8.0.1)
123+
activesupport (= 8.0.1)
124124
irb (~> 1.13)
125125
rackup (>= 1.0.0)
126126
rake (>= 12.2)
127127
thor (~> 1.0, >= 1.2.2)
128128
zeitwerk (~> 2.6)
129129
rake (13.2.1)
130-
rdoc (6.8.1)
130+
rdoc (6.9.1)
131131
psych (>= 4.0.0)
132132
reline (0.5.12)
133133
io-console (~> 0.5)
134-
securerandom (0.4.0)
134+
securerandom (0.4.1)
135135
stringio (3.1.2)
136136
tailwindcss-ruby (3.4.16)
137137
tailwindcss-ruby (3.4.16-aarch64-linux)
@@ -144,7 +144,7 @@ GEM
144144
tzinfo (2.0.6)
145145
concurrent-ruby (~> 1.0)
146146
uri (1.0.2)
147-
useragent (0.16.10)
147+
useragent (0.16.11)
148148
zeitwerk (2.7.1)
149149

150150
PLATFORMS

0 commit comments

Comments
 (0)