Skip to content

Commit 7feb811

Browse files
larouxnrafaelfranca
authored andcommitted
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 d9bf1bd commit 7feb811

3 files changed

Lines changed: 553 additions & 414 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@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.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

0 commit comments

Comments
 (0)