Skip to content

Commit 343ef38

Browse files
build(deps): bump railties from 8.0.2 to 8.0.2.1
Bumps [railties](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/railties/CHANGELOG.md) - [Commits](rails/rails@v8.0.2...v8.0.2.1) --- updated-dependencies: - dependency-name: railties dependency-version: 8.0.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fb4975 commit 343ef38

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

Gemfile.lock

Lines changed: 27 additions & 27 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
@@ -59,13 +59,13 @@ GEM
5959
irb (~> 1.10)
6060
reline (>= 0.3.8)
6161
drb (2.2.3)
62-
erb (5.0.1)
62+
erb (5.0.2)
6363
erubi (1.13.1)
6464
globalid (1.2.1)
6565
activesupport (>= 6.1)
6666
i18n (1.14.7)
6767
concurrent-ruby (~> 1.0)
68-
io-console (0.8.0)
68+
io-console (0.8.1)
6969
irb (1.15.2)
7070
pp (>= 0.6.0)
7171
rdoc (>= 4.0.0)
@@ -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)
@@ -138,7 +138,7 @@ GEM
138138
rdoc (6.14.2)
139139
erb
140140
psych (>= 4.0.0)
141-
reline (0.6.1)
141+
reline (0.6.2)
142142
io-console (~> 0.5)
143143
securerandom (0.4.1)
144144
stringio (3.1.7)
@@ -147,7 +147,7 @@ GEM
147147
tailwindcss-ruby (4.1.11-arm64-darwin)
148148
tailwindcss-ruby (4.1.11-x86_64-darwin)
149149
tailwindcss-ruby (4.1.11-x86_64-linux-gnu)
150-
thor (1.3.2)
150+
thor (1.4.0)
151151
timeout (0.4.3)
152152
tzinfo (2.0.6)
153153
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)