Skip to content

Commit 677cb2d

Browse files
authored
Update Rails to 8.1.2 and minitest to 6 (#928)
Ref: rails/rails#56434 Close #927
1 parent 9e9c39b commit 677cb2d

File tree

2 files changed

+61
-62
lines changed

2 files changed

+61
-62
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
ruby file: ".ruby-version"
66

7-
gem "rails", "~> 8.1.1"
7+
gem "rails", "~> 8.1.2"
88
gem "sqlite3"
99
gem "puma"
1010

@@ -15,8 +15,6 @@ gem "importmap-rails"
1515
gem "activeadmin", "4.0.0.beta19" # github: "activeadmin/activeadmin", branch: "master"
1616
gem "devise"
1717

18-
gem "minitest", "~> 5.27"
19-
2018
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2119
gem "tzinfo-data", platforms: %i[ windows jruby ]
2220

Gemfile.lock

Lines changed: 60 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,46 @@ GEM
33
specs:
44
action_text-trix (2.1.16)
55
railties
6-
actioncable (8.1.1)
7-
actionpack (= 8.1.1)
8-
activesupport (= 8.1.1)
6+
actioncable (8.1.2)
7+
actionpack (= 8.1.2)
8+
activesupport (= 8.1.2)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.1.1)
13-
actionpack (= 8.1.1)
14-
activejob (= 8.1.1)
15-
activerecord (= 8.1.1)
16-
activestorage (= 8.1.1)
17-
activesupport (= 8.1.1)
12+
actionmailbox (8.1.2)
13+
actionpack (= 8.1.2)
14+
activejob (= 8.1.2)
15+
activerecord (= 8.1.2)
16+
activestorage (= 8.1.2)
17+
activesupport (= 8.1.2)
1818
mail (>= 2.8.0)
19-
actionmailer (8.1.1)
20-
actionpack (= 8.1.1)
21-
actionview (= 8.1.1)
22-
activejob (= 8.1.1)
23-
activesupport (= 8.1.1)
19+
actionmailer (8.1.2)
20+
actionpack (= 8.1.2)
21+
actionview (= 8.1.2)
22+
activejob (= 8.1.2)
23+
activesupport (= 8.1.2)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.1.1)
27-
actionview (= 8.1.1)
28-
activesupport (= 8.1.1)
26+
actionpack (8.1.2)
27+
actionview (= 8.1.2)
28+
activesupport (= 8.1.2)
2929
nokogiri (>= 1.8.5)
3030
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (8.1.1)
36+
actiontext (8.1.2)
3737
action_text-trix (~> 2.1.15)
38-
actionpack (= 8.1.1)
39-
activerecord (= 8.1.1)
40-
activestorage (= 8.1.1)
41-
activesupport (= 8.1.1)
38+
actionpack (= 8.1.2)
39+
activerecord (= 8.1.2)
40+
activestorage (= 8.1.2)
41+
activesupport (= 8.1.2)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (8.1.1)
45-
activesupport (= 8.1.1)
44+
actionview (8.1.2)
45+
activesupport (= 8.1.2)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
@@ -56,22 +56,22 @@ GEM
5656
kaminari (>= 1.2.1)
5757
railties (>= 7.0)
5858
ransack (>= 4.0)
59-
activejob (8.1.1)
60-
activesupport (= 8.1.1)
59+
activejob (8.1.2)
60+
activesupport (= 8.1.2)
6161
globalid (>= 0.3.6)
62-
activemodel (8.1.1)
63-
activesupport (= 8.1.1)
64-
activerecord (8.1.1)
65-
activemodel (= 8.1.1)
66-
activesupport (= 8.1.1)
62+
activemodel (8.1.2)
63+
activesupport (= 8.1.2)
64+
activerecord (8.1.2)
65+
activemodel (= 8.1.2)
66+
activesupport (= 8.1.2)
6767
timeout (>= 0.4.0)
68-
activestorage (8.1.1)
69-
actionpack (= 8.1.1)
70-
activejob (= 8.1.1)
71-
activerecord (= 8.1.1)
72-
activesupport (= 8.1.1)
68+
activestorage (8.1.2)
69+
actionpack (= 8.1.2)
70+
activejob (= 8.1.2)
71+
activerecord (= 8.1.2)
72+
activesupport (= 8.1.2)
7373
marcel (~> 1.0)
74-
activesupport (8.1.1)
74+
activesupport (8.1.2)
7575
base64
7676
bigdecimal
7777
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -131,7 +131,7 @@ GEM
131131
activesupport (>= 7.0)
132132
i18n (1.14.8)
133133
concurrent-ruby (~> 1.0)
134-
importmap-rails (2.2.2)
134+
importmap-rails (2.2.3)
135135
actionpack (>= 6.0.0)
136136
activesupport (>= 6.0.0)
137137
railties (>= 6.0.0)
@@ -172,7 +172,8 @@ GEM
172172
matrix (0.4.3)
173173
mini_mime (1.1.5)
174174
mini_portile2 (2.8.9)
175-
minitest (5.27.0)
175+
minitest (6.0.1)
176+
prism (~> 1.5)
176177
net-imap (0.6.2)
177178
date
178179
net-protocol
@@ -194,10 +195,11 @@ GEM
194195
pp (0.6.3)
195196
prettyprint
196197
prettyprint (0.2.0)
198+
prism (1.7.0)
197199
psych (5.3.1)
198200
date
199201
stringio
200-
public_suffix (7.0.0)
202+
public_suffix (7.0.2)
201203
puma (7.1.0)
202204
nio4r (~> 2.0)
203205
racc (1.8.1)
@@ -209,30 +211,30 @@ GEM
209211
rack (>= 1.3)
210212
rackup (2.3.1)
211213
rack (>= 3)
212-
rails (8.1.1)
213-
actioncable (= 8.1.1)
214-
actionmailbox (= 8.1.1)
215-
actionmailer (= 8.1.1)
216-
actionpack (= 8.1.1)
217-
actiontext (= 8.1.1)
218-
actionview (= 8.1.1)
219-
activejob (= 8.1.1)
220-
activemodel (= 8.1.1)
221-
activerecord (= 8.1.1)
222-
activestorage (= 8.1.1)
223-
activesupport (= 8.1.1)
214+
rails (8.1.2)
215+
actioncable (= 8.1.2)
216+
actionmailbox (= 8.1.2)
217+
actionmailer (= 8.1.2)
218+
actionpack (= 8.1.2)
219+
actiontext (= 8.1.2)
220+
actionview (= 8.1.2)
221+
activejob (= 8.1.2)
222+
activemodel (= 8.1.2)
223+
activerecord (= 8.1.2)
224+
activestorage (= 8.1.2)
225+
activesupport (= 8.1.2)
224226
bundler (>= 1.15.0)
225-
railties (= 8.1.1)
227+
railties (= 8.1.2)
226228
rails-dom-testing (2.3.0)
227229
activesupport (>= 5.0.0)
228230
minitest
229231
nokogiri (>= 1.6)
230232
rails-html-sanitizer (1.6.2)
231233
loofah (~> 2.21)
232234
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)
233-
railties (8.1.1)
234-
actionpack (= 8.1.1)
235-
activesupport (= 8.1.1)
235+
railties (8.1.2)
236+
actionpack (= 8.1.2)
237+
activesupport (= 8.1.2)
236238
irb (~> 1.13)
237239
rackup (>= 1.0.0)
238240
rake (>= 12.2)
@@ -285,7 +287,7 @@ GEM
285287
sqlite3 (2.9.0-arm64-darwin)
286288
sqlite3 (2.9.0-x86_64-linux-gnu)
287289
stringio (3.2.0)
288-
thor (1.4.0)
290+
thor (1.5.0)
289291
timeout (0.6.0)
290292
tsort (0.2.0)
291293
tzinfo (2.0.6)
@@ -316,9 +318,8 @@ DEPENDENCIES
316318
debug
317319
devise
318320
importmap-rails
319-
minitest (~> 5.27)
320321
puma
321-
rails (~> 8.1.1)
322+
rails (~> 8.1.2)
322323
selenium-webdriver
323324
simplecov
324325
simplecov-cobertura

0 commit comments

Comments
 (0)