Skip to content

Commit 69930a1

Browse files
committed
Update dev env and CI to use Ruby 4.0.1 and rubygems/bundler 4.0.4
Additionally bumps rdoc from 7.0.3 to 7.1.0 to address console warnings.
1 parent 6e6eaeb commit 69930a1

4 files changed

Lines changed: 556 additions & 416 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
2020
with:
2121
bundler-cache: true
22-
rubygems: 3.6.2
22+
rubygems: 4.0.4
2323
- name: Run type check
2424
run: bin/typecheck
2525
- name: Run type check with Prism parser

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ GEM
308308
rbs (4.0.0.dev.4)
309309
logger
310310
prism (>= 1.3.0)
311-
rdoc (7.0.3)
311+
tsort
312+
rdoc (7.1.0)
312313
erb
313314
psych (>= 4.0.0)
314315
tsort
@@ -466,4 +467,4 @@ DEPENDENCIES
466467
xpath
467468

468469
BUNDLED WITH
469-
4.0.3
470+
4.0.4

0 commit comments

Comments
 (0)