Skip to content

Commit 8f28e68

Browse files
Bump rails from 8.0.2 to 8.1.0
Bumps [rails](https://github.com/rails/rails) from 8.0.2 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2...v8.1.0) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef4bfba commit 8f28e68

2 files changed

Lines changed: 80 additions & 75 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.0.2"
4+
gem "rails", "~> 8.1.0"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use sqlite3 as the database for Active Record

Gemfile.lock

Lines changed: 79 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2)
5-
actionpack (= 8.0.2)
6-
activesupport (= 8.0.2)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.0)
7+
actionpack (= 8.1.0)
8+
activesupport (= 8.1.0)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2)
11-
actionpack (= 8.0.2)
12-
activejob (= 8.0.2)
13-
activerecord (= 8.0.2)
14-
activestorage (= 8.0.2)
15-
activesupport (= 8.0.2)
12+
actionmailbox (8.1.0)
13+
actionpack (= 8.1.0)
14+
activejob (= 8.1.0)
15+
activerecord (= 8.1.0)
16+
activestorage (= 8.1.0)
17+
activesupport (= 8.1.0)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.2)
18-
actionpack (= 8.0.2)
19-
actionview (= 8.0.2)
20-
activejob (= 8.0.2)
21-
activesupport (= 8.0.2)
19+
actionmailer (8.1.0)
20+
actionpack (= 8.1.0)
21+
actionview (= 8.1.0)
22+
activejob (= 8.1.0)
23+
activesupport (= 8.1.0)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2)
25-
actionview (= 8.0.2)
26-
activesupport (= 8.0.2)
26+
actionpack (8.1.0)
27+
actionview (= 8.1.0)
28+
activesupport (= 8.1.0)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
34-
actiontext (8.0.2)
35-
actionpack (= 8.0.2)
36-
activerecord (= 8.0.2)
37-
activestorage (= 8.0.2)
38-
activesupport (= 8.0.2)
36+
actiontext (8.1.0)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.0)
39+
activerecord (= 8.1.0)
40+
activestorage (= 8.1.0)
41+
activesupport (= 8.1.0)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.2)
42-
activesupport (= 8.0.2)
44+
actionview (8.1.0)
45+
activesupport (= 8.1.0)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2)
48-
activesupport (= 8.0.2)
50+
activejob (8.1.0)
51+
activesupport (= 8.1.0)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.2)
51-
activesupport (= 8.0.2)
52-
activerecord (8.0.2)
53-
activemodel (= 8.0.2)
54-
activesupport (= 8.0.2)
53+
activemodel (8.1.0)
54+
activesupport (= 8.1.0)
55+
activerecord (8.1.0)
56+
activemodel (= 8.1.0)
57+
activesupport (= 8.1.0)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.2)
57-
actionpack (= 8.0.2)
58-
activejob (= 8.0.2)
59-
activerecord (= 8.0.2)
60-
activesupport (= 8.0.2)
59+
activestorage (8.1.0)
60+
actionpack (= 8.1.0)
61+
activejob (= 8.1.0)
62+
activerecord (= 8.1.0)
63+
activesupport (= 8.1.0)
6164
marcel (~> 1.0)
62-
activesupport (8.0.2)
65+
activesupport (8.1.0)
6366
base64
64-
benchmark (>= 0.3)
6567
bigdecimal
6668
concurrent-ruby (~> 1.0, >= 1.3.1)
6769
connection_pool (>= 2.2.5)
6870
drb
6971
i18n (>= 1.6, < 2)
72+
json
7073
logger (>= 1.4.2)
7174
minitest (>= 5.1)
7275
securerandom (>= 0.3)
@@ -77,16 +80,15 @@ GEM
7780
ast (2.4.3)
7881
base64 (0.3.0)
7982
bcrypt_pbkdf (1.1.1)
80-
benchmark (0.4.1)
81-
bigdecimal (3.2.2)
83+
bigdecimal (3.3.1)
8284
bindex (0.8.1)
8385
bootsnap (1.18.6)
8486
msgpack (~> 1.2)
8587
brakeman (7.1.0)
8688
racc
8789
builder (3.3.0)
8890
concurrent-ruby (1.3.5)
89-
connection_pool (2.5.3)
91+
connection_pool (2.5.4)
9092
crass (1.0.6)
9193
date (3.4.1)
9294
debug (1.11.0)
@@ -124,7 +126,7 @@ GEM
124126
dry-logic (~> 1.4)
125127
zeitwerk (~> 2.6)
126128
ed25519 (1.4.0)
127-
erb (5.0.2)
129+
erb (5.1.1)
128130
erubi (1.13.1)
129131
et-orbi (1.2.11)
130132
tzinfo
@@ -145,7 +147,7 @@ GEM
145147
fugit (1.11.1)
146148
et-orbi (~> 1, >= 1.2.11)
147149
raabro (~> 1.4)
148-
globalid (1.2.1)
150+
globalid (1.3.0)
149151
activesupport (>= 6.1)
150152
hotwire-spark (0.1.13)
151153
listen
@@ -188,15 +190,15 @@ GEM
188190
net-imap
189191
net-pop
190192
net-smtp
191-
marcel (1.0.4)
193+
marcel (1.1.0)
192194
mime-types (3.7.0)
193195
logger
194196
mime-types-data (~> 3.2025, >= 3.2025.0507)
195197
mime-types-data (3.2025.0729)
196198
mini_mime (1.1.5)
197-
minitest (5.25.5)
199+
minitest (5.26.0)
198200
msgpack (1.8.0)
199-
net-imap (0.5.9)
201+
net-imap (0.5.12)
200202
date
201203
net-protocol
202204
net-pop (0.1.2)
@@ -211,26 +213,26 @@ GEM
211213
net-protocol
212214
net-ssh (7.3.0)
213215
nio4r (2.7.4)
214-
nokogiri (1.18.9-aarch64-linux-gnu)
216+
nokogiri (1.18.10-aarch64-linux-gnu)
215217
racc (~> 1.4)
216-
nokogiri (1.18.9-aarch64-linux-musl)
218+
nokogiri (1.18.10-aarch64-linux-musl)
217219
racc (~> 1.4)
218-
nokogiri (1.18.9-arm-linux-gnu)
220+
nokogiri (1.18.10-arm-linux-gnu)
219221
racc (~> 1.4)
220-
nokogiri (1.18.9-arm-linux-musl)
222+
nokogiri (1.18.10-arm-linux-musl)
221223
racc (~> 1.4)
222-
nokogiri (1.18.9-arm64-darwin)
224+
nokogiri (1.18.10-arm64-darwin)
223225
racc (~> 1.4)
224-
nokogiri (1.18.9-x86_64-linux-gnu)
226+
nokogiri (1.18.10-x86_64-linux-gnu)
225227
racc (~> 1.4)
226-
nokogiri (1.18.9-x86_64-linux-musl)
228+
nokogiri (1.18.10-x86_64-linux-musl)
227229
racc (~> 1.4)
228230
ostruct (0.6.3)
229231
parallel (1.27.0)
230232
parser (3.3.9.0)
231233
ast (~> 2.4.1)
232234
racc
233-
pp (0.6.2)
235+
pp (0.6.3)
234236
prettyprint
235237
prettyprint (0.2.0)
236238
prism (1.4.0)
@@ -246,51 +248,53 @@ GEM
246248
nio4r (~> 2.0)
247249
raabro (1.4.0)
248250
racc (1.8.1)
249-
rack (3.2.0)
251+
rack (3.2.3)
250252
rack-session (2.1.1)
251253
base64 (>= 0.1.0)
252254
rack (>= 3.0.0)
253255
rack-test (2.2.0)
254256
rack (>= 1.3)
255257
rackup (2.2.1)
256258
rack (>= 3)
257-
rails (8.0.2)
258-
actioncable (= 8.0.2)
259-
actionmailbox (= 8.0.2)
260-
actionmailer (= 8.0.2)
261-
actionpack (= 8.0.2)
262-
actiontext (= 8.0.2)
263-
actionview (= 8.0.2)
264-
activejob (= 8.0.2)
265-
activemodel (= 8.0.2)
266-
activerecord (= 8.0.2)
267-
activestorage (= 8.0.2)
268-
activesupport (= 8.0.2)
259+
rails (8.1.0)
260+
actioncable (= 8.1.0)
261+
actionmailbox (= 8.1.0)
262+
actionmailer (= 8.1.0)
263+
actionpack (= 8.1.0)
264+
actiontext (= 8.1.0)
265+
actionview (= 8.1.0)
266+
activejob (= 8.1.0)
267+
activemodel (= 8.1.0)
268+
activerecord (= 8.1.0)
269+
activestorage (= 8.1.0)
270+
activesupport (= 8.1.0)
269271
bundler (>= 1.15.0)
270-
railties (= 8.0.2)
272+
railties (= 8.1.0)
271273
rails-dom-testing (2.3.0)
272274
activesupport (>= 5.0.0)
273275
minitest
274276
nokogiri (>= 1.6)
275277
rails-html-sanitizer (1.6.2)
276278
loofah (~> 2.21)
277279
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)
278-
railties (8.0.2)
279-
actionpack (= 8.0.2)
280-
activesupport (= 8.0.2)
280+
railties (8.1.0)
281+
actionpack (= 8.1.0)
282+
activesupport (= 8.1.0)
281283
irb (~> 1.13)
282284
rackup (>= 1.0.0)
283285
rake (>= 12.2)
284286
thor (~> 1.0, >= 1.2.2)
287+
tsort (>= 0.2)
285288
zeitwerk (~> 2.6)
286289
rainbow (3.1.1)
287290
rake (13.3.0)
288291
rb-fsevent (0.11.2)
289292
rb-inotify (0.11.1)
290293
ffi (~> 1.0)
291-
rdoc (6.14.2)
294+
rdoc (6.15.0)
292295
erb
293296
psych (>= 4.0.0)
297+
tsort
294298
regexp_parser (2.10.0)
295299
reline (0.6.2)
296300
io-console (~> 0.5)
@@ -372,6 +376,7 @@ GEM
372376
thruster (0.1.14-arm64-darwin)
373377
thruster (0.1.14-x86_64-linux)
374378
timeout (0.4.3)
379+
tsort (0.2.0)
375380
turbo-rails (2.0.16)
376381
actionpack (>= 7.1.0)
377382
railties (>= 7.1.0)
@@ -380,7 +385,7 @@ GEM
380385
unicode-display_width (3.1.4)
381386
unicode-emoji (~> 4.0, >= 4.0.4)
382387
unicode-emoji (4.0.4)
383-
uri (1.0.3)
388+
uri (1.0.4)
384389
useragent (0.16.11)
385390
web-console (4.2.1)
386391
actionview (>= 6.0.0)
@@ -414,7 +419,7 @@ DEPENDENCIES
414419
kamal
415420
propshaft
416421
puma (>= 5.0)
417-
rails (~> 8.0.2)
422+
rails (~> 8.1.0)
418423
rubocop-rails-omakase
419424
solid_cable
420425
solid_cache

0 commit comments

Comments
 (0)