From 4763bc835719fbb74e4fd40e89c2673735e4f90b Mon Sep 17 00:00:00 2001 From: Nicholas La Roux Date: Fri, 16 Jan 2026 11:06:51 -0500 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3ad4526..5cbc67acd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0 with: bundler-cache: true - rubygems: 3.6.2 + rubygems: 4.0.4 - name: Run type check run: bin/typecheck - name: Run type check with Prism parser diff --git a/.ruby-version b/.ruby-version index fcdb2e109..1454f6ed4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.0 +4.0.1