Skip to content

Commit cf5e367

Browse files
authored
Merge pull request #2490 from larouxn/minor_dev_refresh
Update dev env and CI to use Ruby 4.0.1 and rubygems/bundler 4.0.4
2 parents d9bf1bd + 4763bc8 commit cf5e367

2 files changed

Lines changed: 2 additions & 2 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)