Skip to content

Commit 75c42c4

Browse files
committed
Add Ruby 4.0 to CI test matrix; update minitest for 4.0 compatibility
1 parent 98ebd5e commit 75c42c4

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17+
- '4.0'
1718
- '3.4'
1819
- '3.3'
1920

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ GEM
6868
nokogiri (>= 1.12.0)
6969
mcp (0.1.0)
7070
json_rpc_handler (~> 0.1)
71-
minitest (5.25.5)
71+
minitest (6.0.6)
72+
drb (~> 2.0)
73+
prism (~> 1.5)
7274
nokogiri (1.19.3-aarch64-linux-gnu)
7375
racc (~> 1.4)
7476
nokogiri (1.19.3-aarch64-linux-musl)
@@ -102,7 +104,7 @@ GEM
102104
pp (0.6.2)
103105
prettyprint
104106
prettyprint (0.2.0)
105-
prism (1.4.0)
107+
prism (1.9.0)
106108
psych (5.2.3)
107109
date
108110
stringio
@@ -176,7 +178,7 @@ GEM
176178
concurrent-ruby (~> 1.0)
177179
unicode-display_width (3.1.4)
178180
unicode-emoji (~> 4.0, >= 4.0.4)
179-
unicode-emoji (4.0.4)
181+
unicode-emoji (4.2.0)
180182
uri (1.0.3)
181183
zeitwerk (2.7.2)
182184

@@ -202,4 +204,4 @@ DEPENDENCIES
202204
sorbet (~> 0.5)
203205

204206
BUNDLED WITH
205-
4.0.15
207+
4.0.15

0 commit comments

Comments
 (0)