Skip to content

Commit 5cad4a4

Browse files
Bump railties from 8.0.3 to 8.1.0
Bumps [railties](https://github.com/rails/rails) from 8.0.3 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.0/railties/CHANGELOG.md) - [Commits](rails/rails@v8.0.3...v8.1.0) --- updated-dependencies: - dependency-name: railties dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb24a27 commit 5cad4a4

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

Gemfile.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,39 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actionpack (8.0.3)
16-
actionview (= 8.0.3)
17-
activesupport (= 8.0.3)
15+
actionpack (8.1.0)
16+
actionview (= 8.1.0)
17+
activesupport (= 8.1.0)
1818
nokogiri (>= 1.8.5)
1919
rack (>= 2.2.4)
2020
rack-session (>= 1.0.1)
2121
rack-test (>= 0.6.3)
2222
rails-dom-testing (~> 2.2)
2323
rails-html-sanitizer (~> 1.6)
2424
useragent (~> 0.16)
25-
actionview (8.0.3)
26-
activesupport (= 8.0.3)
25+
actionview (8.1.0)
26+
activesupport (= 8.1.0)
2727
builder (~> 3.1)
2828
erubi (~> 1.11)
2929
rails-dom-testing (~> 2.2)
3030
rails-html-sanitizer (~> 1.6)
31-
activejob (8.0.3)
32-
activesupport (= 8.0.3)
31+
activejob (8.1.0)
32+
activesupport (= 8.1.0)
3333
globalid (>= 0.3.6)
34-
activemodel (8.0.3)
35-
activesupport (= 8.0.3)
36-
activerecord (8.0.3)
37-
activemodel (= 8.0.3)
38-
activesupport (= 8.0.3)
34+
activemodel (8.1.0)
35+
activesupport (= 8.1.0)
36+
activerecord (8.1.0)
37+
activemodel (= 8.1.0)
38+
activesupport (= 8.1.0)
3939
timeout (>= 0.4.0)
40-
activesupport (8.0.3)
40+
activesupport (8.1.0)
4141
base64
42-
benchmark (>= 0.3)
4342
bigdecimal
4443
concurrent-ruby (~> 1.0, >= 1.3.1)
4544
connection_pool (>= 2.2.5)
4645
drb
4746
i18n (>= 1.6, < 2)
47+
json
4848
logger (>= 1.4.2)
4949
minitest (>= 5.1)
5050
securerandom (>= 0.3)
@@ -54,8 +54,7 @@ GEM
5454
public_suffix (>= 2.0.2, < 7.0)
5555
ast (2.4.3)
5656
base64 (0.3.0)
57-
benchmark (0.4.1)
58-
bigdecimal (3.2.3)
57+
bigdecimal (3.3.1)
5958
builder (3.3.0)
6059
concurrent-ruby (1.3.5)
6160
connection_pool (2.5.4)
@@ -65,7 +64,7 @@ GEM
6564
crass (1.0.6)
6665
date (3.4.1)
6766
drb (2.2.3)
68-
erb (5.0.2)
67+
erb (5.1.1)
6968
erubi (1.13.1)
7069
faraday (2.13.4)
7170
faraday-net_http (>= 2.0, < 3.5)
@@ -107,34 +106,34 @@ GEM
107106
loofah (2.24.1)
108107
crass (~> 1.0.2)
109108
nokogiri (>= 1.12.0)
110-
minitest (5.25.5)
109+
minitest (5.26.0)
111110
mocha (2.7.1)
112111
ruby2_keywords (>= 0.0.5)
113112
multi_json (1.17.0)
114113
net-http (0.6.0)
115114
uri
116-
nokogiri (1.18.9-aarch64-linux-gnu)
115+
nokogiri (1.18.10-aarch64-linux-gnu)
117116
racc (~> 1.4)
118-
nokogiri (1.18.9-aarch64-linux-musl)
117+
nokogiri (1.18.10-aarch64-linux-musl)
119118
racc (~> 1.4)
120-
nokogiri (1.18.9-arm-linux-gnu)
119+
nokogiri (1.18.10-arm-linux-gnu)
121120
racc (~> 1.4)
122-
nokogiri (1.18.9-arm-linux-musl)
121+
nokogiri (1.18.10-arm-linux-musl)
123122
racc (~> 1.4)
124-
nokogiri (1.18.9-arm64-darwin)
123+
nokogiri (1.18.10-arm64-darwin)
125124
racc (~> 1.4)
126-
nokogiri (1.18.9-x86_64-darwin)
125+
nokogiri (1.18.10-x86_64-darwin)
127126
racc (~> 1.4)
128-
nokogiri (1.18.9-x86_64-linux-gnu)
127+
nokogiri (1.18.10-x86_64-linux-gnu)
129128
racc (~> 1.4)
130-
nokogiri (1.18.9-x86_64-linux-musl)
129+
nokogiri (1.18.10-x86_64-linux-musl)
131130
racc (~> 1.4)
132131
os (1.1.4)
133132
parallel (1.27.0)
134133
parser (3.3.9.0)
135134
ast (~> 2.4.1)
136135
racc
137-
pp (0.6.2)
136+
pp (0.6.3)
138137
prettyprint
139138
prettyprint (0.2.0)
140139
prism (1.5.1)
@@ -143,7 +142,7 @@ GEM
143142
stringio
144143
public_suffix (6.0.2)
145144
racc (1.8.1)
146-
rack (3.2.0)
145+
rack (3.2.3)
147146
rack-session (2.1.1)
148147
base64 (>= 0.1.0)
149148
rack (>= 3.0.0)
@@ -158,9 +157,9 @@ GEM
158157
rails-html-sanitizer (1.6.2)
159158
loofah (~> 2.21)
160159
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)
161-
railties (8.0.3)
162-
actionpack (= 8.0.3)
163-
activesupport (= 8.0.3)
160+
railties (8.1.0)
161+
actionpack (= 8.1.0)
162+
activesupport (= 8.1.0)
164163
irb (~> 1.13)
165164
rackup (>= 1.0.0)
166165
rake (>= 12.2)
@@ -169,9 +168,10 @@ GEM
169168
zeitwerk (~> 2.6)
170169
rainbow (3.1.1)
171170
rake (13.3.0)
172-
rdoc (6.14.2)
171+
rdoc (6.15.0)
173172
erb
174173
psych (>= 4.0.0)
174+
tsort
175175
regexp_parser (2.11.3)
176176
reline (0.6.2)
177177
io-console (~> 0.5)
@@ -229,7 +229,7 @@ GEM
229229
unicode-display_width (3.2.0)
230230
unicode-emoji (~> 4.1)
231231
unicode-emoji (4.1.0)
232-
uri (1.0.3)
232+
uri (1.0.4)
233233
useragent (0.16.11)
234234
webmock (3.25.1)
235235
addressable (>= 2.8.0)

0 commit comments

Comments
 (0)