Skip to content

Commit eacda29

Browse files
Bump rails from 8.0.2.1 to 8.1.0
Bumps [rails](https://github.com/rails/rails) from 8.0.2.1 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2.1...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] <[email protected]>
1 parent cddf98a commit eacda29

File tree

2 files changed

+74
-68
lines changed

2 files changed

+74
-68
lines changed

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.1"
4+
gem "rails", "~> 8.1.0"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 73 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -22,72 +22,75 @@ GIT
2222
GEM
2323
remote: https://rubygems.org/
2424
specs:
25-
actioncable (8.0.2.1)
26-
actionpack (= 8.0.2.1)
27-
activesupport (= 8.0.2.1)
25+
action_text-trix (2.1.15)
26+
railties
27+
actioncable (8.1.0)
28+
actionpack (= 8.1.0)
29+
activesupport (= 8.1.0)
2830
nio4r (~> 2.0)
2931
websocket-driver (>= 0.6.1)
3032
zeitwerk (~> 2.6)
31-
actionmailbox (8.0.2.1)
32-
actionpack (= 8.0.2.1)
33-
activejob (= 8.0.2.1)
34-
activerecord (= 8.0.2.1)
35-
activestorage (= 8.0.2.1)
36-
activesupport (= 8.0.2.1)
33+
actionmailbox (8.1.0)
34+
actionpack (= 8.1.0)
35+
activejob (= 8.1.0)
36+
activerecord (= 8.1.0)
37+
activestorage (= 8.1.0)
38+
activesupport (= 8.1.0)
3739
mail (>= 2.8.0)
38-
actionmailer (8.0.2.1)
39-
actionpack (= 8.0.2.1)
40-
actionview (= 8.0.2.1)
41-
activejob (= 8.0.2.1)
42-
activesupport (= 8.0.2.1)
40+
actionmailer (8.1.0)
41+
actionpack (= 8.1.0)
42+
actionview (= 8.1.0)
43+
activejob (= 8.1.0)
44+
activesupport (= 8.1.0)
4345
mail (>= 2.8.0)
4446
rails-dom-testing (~> 2.2)
45-
actionpack (8.0.2.1)
46-
actionview (= 8.0.2.1)
47-
activesupport (= 8.0.2.1)
47+
actionpack (8.1.0)
48+
actionview (= 8.1.0)
49+
activesupport (= 8.1.0)
4850
nokogiri (>= 1.8.5)
4951
rack (>= 2.2.4)
5052
rack-session (>= 1.0.1)
5153
rack-test (>= 0.6.3)
5254
rails-dom-testing (~> 2.2)
5355
rails-html-sanitizer (~> 1.6)
5456
useragent (~> 0.16)
55-
actiontext (8.0.2.1)
56-
actionpack (= 8.0.2.1)
57-
activerecord (= 8.0.2.1)
58-
activestorage (= 8.0.2.1)
59-
activesupport (= 8.0.2.1)
57+
actiontext (8.1.0)
58+
action_text-trix (~> 2.1.15)
59+
actionpack (= 8.1.0)
60+
activerecord (= 8.1.0)
61+
activestorage (= 8.1.0)
62+
activesupport (= 8.1.0)
6063
globalid (>= 0.6.0)
6164
nokogiri (>= 1.8.5)
62-
actionview (8.0.2.1)
63-
activesupport (= 8.0.2.1)
65+
actionview (8.1.0)
66+
activesupport (= 8.1.0)
6467
builder (~> 3.1)
6568
erubi (~> 1.11)
6669
rails-dom-testing (~> 2.2)
6770
rails-html-sanitizer (~> 1.6)
68-
activejob (8.0.2.1)
69-
activesupport (= 8.0.2.1)
71+
activejob (8.1.0)
72+
activesupport (= 8.1.0)
7073
globalid (>= 0.3.6)
71-
activemodel (8.0.2.1)
72-
activesupport (= 8.0.2.1)
73-
activerecord (8.0.2.1)
74-
activemodel (= 8.0.2.1)
75-
activesupport (= 8.0.2.1)
74+
activemodel (8.1.0)
75+
activesupport (= 8.1.0)
76+
activerecord (8.1.0)
77+
activemodel (= 8.1.0)
78+
activesupport (= 8.1.0)
7679
timeout (>= 0.4.0)
77-
activestorage (8.0.2.1)
78-
actionpack (= 8.0.2.1)
79-
activejob (= 8.0.2.1)
80-
activerecord (= 8.0.2.1)
81-
activesupport (= 8.0.2.1)
80+
activestorage (8.1.0)
81+
actionpack (= 8.1.0)
82+
activejob (= 8.1.0)
83+
activerecord (= 8.1.0)
84+
activesupport (= 8.1.0)
8285
marcel (~> 1.0)
83-
activesupport (8.0.2.1)
86+
activesupport (8.1.0)
8487
base64
85-
benchmark (>= 0.3)
8688
bigdecimal
8789
concurrent-ruby (~> 1.0, >= 1.3.1)
8890
connection_pool (>= 2.2.5)
8991
drb
9092
i18n (>= 1.6, < 2)
93+
json
9194
logger (>= 1.4.2)
9295
minitest (>= 5.1)
9396
securerandom (>= 0.3)
@@ -98,8 +101,7 @@ GEM
98101
ast (2.4.3)
99102
base64 (0.3.0)
100103
bcrypt (3.1.20)
101-
benchmark (0.4.1)
102-
bigdecimal (3.2.3)
104+
bigdecimal (3.3.1)
103105
bindex (0.8.1)
104106
bootsnap (1.18.6)
105107
msgpack (~> 1.2)
@@ -127,7 +129,7 @@ GEM
127129
irb (~> 1.10)
128130
reline (>= 0.3.8)
129131
drb (2.2.3)
130-
erb (5.0.2)
132+
erb (5.1.1)
131133
erubi (1.13.1)
132134
et-orbi (1.3.0)
133135
tzinfo
@@ -137,7 +139,7 @@ GEM
137139
fugit (1.11.2)
138140
et-orbi (~> 1, >= 1.2.11)
139141
raabro (~> 1.4)
140-
globalid (1.2.1)
142+
globalid (1.3.0)
141143
activesupport (>= 6.1)
142144
hashdiff (1.2.1)
143145
htmlentities (4.3.4)
@@ -175,15 +177,16 @@ GEM
175177
loofah (2.24.1)
176178
crass (~> 1.0.2)
177179
nokogiri (>= 1.12.0)
178-
mail (2.8.1)
180+
mail (2.9.0)
181+
logger
179182
mini_mime (>= 0.1.1)
180183
net-imap
181184
net-pop
182185
net-smtp
183-
marcel (1.0.4)
186+
marcel (1.1.0)
184187
matrix (0.4.3)
185188
mini_mime (1.1.5)
186-
minitest (5.25.5)
189+
minitest (5.26.0)
187190
mission_control-jobs (1.1.0)
188191
actioncable (>= 7.1)
189192
actionpack (>= 7.1)
@@ -197,7 +200,7 @@ GEM
197200
msgpack (1.8.0)
198201
net-http (0.6.0)
199202
uri
200-
net-imap (0.5.10)
203+
net-imap (0.5.12)
201204
date
202205
net-protocol
203206
net-pop (0.1.2)
@@ -235,7 +238,7 @@ GEM
235238
pg (1.6.2-x86_64-darwin)
236239
pg (1.6.2-x86_64-linux)
237240
pg (1.6.2-x86_64-linux-musl)
238-
pp (0.6.2)
241+
pp (0.6.3)
239242
prettyprint
240243
prettyprint (0.2.0)
241244
prism (1.5.1)
@@ -253,48 +256,50 @@ GEM
253256
nio4r (~> 2.0)
254257
raabro (1.4.0)
255258
racc (1.8.1)
256-
rack (3.2.1)
259+
rack (3.2.3)
257260
rack-session (2.1.1)
258261
base64 (>= 0.1.0)
259262
rack (>= 3.0.0)
260263
rack-test (2.2.0)
261264
rack (>= 1.3)
262265
rackup (2.2.1)
263266
rack (>= 3)
264-
rails (8.0.2.1)
265-
actioncable (= 8.0.2.1)
266-
actionmailbox (= 8.0.2.1)
267-
actionmailer (= 8.0.2.1)
268-
actionpack (= 8.0.2.1)
269-
actiontext (= 8.0.2.1)
270-
actionview (= 8.0.2.1)
271-
activejob (= 8.0.2.1)
272-
activemodel (= 8.0.2.1)
273-
activerecord (= 8.0.2.1)
274-
activestorage (= 8.0.2.1)
275-
activesupport (= 8.0.2.1)
267+
rails (8.1.0)
268+
actioncable (= 8.1.0)
269+
actionmailbox (= 8.1.0)
270+
actionmailer (= 8.1.0)
271+
actionpack (= 8.1.0)
272+
actiontext (= 8.1.0)
273+
actionview (= 8.1.0)
274+
activejob (= 8.1.0)
275+
activemodel (= 8.1.0)
276+
activerecord (= 8.1.0)
277+
activestorage (= 8.1.0)
278+
activesupport (= 8.1.0)
276279
bundler (>= 1.15.0)
277-
railties (= 8.0.2.1)
280+
railties (= 8.1.0)
278281
rails-dom-testing (2.3.0)
279282
activesupport (>= 5.0.0)
280283
minitest
281284
nokogiri (>= 1.6)
282285
rails-html-sanitizer (1.6.2)
283286
loofah (~> 2.21)
284287
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)
285-
railties (8.0.2.1)
286-
actionpack (= 8.0.2.1)
287-
activesupport (= 8.0.2.1)
288+
railties (8.1.0)
289+
actionpack (= 8.1.0)
290+
activesupport (= 8.1.0)
288291
irb (~> 1.13)
289292
rackup (>= 1.0.0)
290293
rake (>= 12.2)
291294
thor (~> 1.0, >= 1.2.2)
295+
tsort (>= 0.2)
292296
zeitwerk (~> 2.6)
293297
rainbow (3.1.1)
294298
rake (13.3.0)
295-
rdoc (6.14.2)
299+
rdoc (6.15.0)
296300
erb
297301
psych (>= 4.0.0)
302+
tsort
298303
regexp_parser (2.11.3)
299304
reline (0.6.2)
300305
io-console (~> 0.5)
@@ -364,6 +369,7 @@ GEM
364369
tailwindcss-ruby (4.1.13-x86_64-linux-musl)
365370
thor (1.4.0)
366371
timeout (0.4.3)
372+
tsort (0.2.0)
367373
turbo-rails (2.0.16)
368374
actionpack (>= 7.1.0)
369375
railties (>= 7.1.0)
@@ -372,7 +378,7 @@ GEM
372378
unicode-display_width (3.2.0)
373379
unicode-emoji (~> 4.1)
374380
unicode-emoji (4.1.0)
375-
uri (1.0.3)
381+
uri (1.0.4)
376382
useragent (0.16.11)
377383
web-console (4.2.1)
378384
actionview (>= 6.0.0)
@@ -421,7 +427,7 @@ DEPENDENCIES
421427
prometheus_exporter
422428
propshaft
423429
puma (>= 5.0)
424-
rails (~> 8.0.1)
430+
rails (~> 8.1.0)
425431
rubocop-rails-omakase
426432
selenium-webdriver
427433
solid_cache

0 commit comments

Comments
 (0)