From 3c8bab955b4fb7bb40f72109b169ac6e72bfd847 Mon Sep 17 00:00:00 2001 From: Stuart Chinery Date: Sun, 28 Dec 2025 07:45:32 +0000 Subject: [PATCH] Added Ruby 4.0.0 as default ruby and to CI matrix --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44bfaab..fc13baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: test: strategy: matrix: - ruby: [3.2, 3.3, 3.4] + ruby: [3.2, 3.3, 3.4, 4.0] runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 diff --git a/.ruby-version b/.ruby-version index 4f5e697..fcdb2e1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.5 +4.0.0 diff --git a/Gemfile.lock b/Gemfile.lock index ebdf87b..0c5a114 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM simplecov_json_formatter (0.1.4) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.1.0) + unicode-emoji (4.2.0) PLATFORMS ruby @@ -85,4 +85,4 @@ DEPENDENCIES simplecov (~> 0.22) BUNDLED WITH - 2.4.1 + 4.0.3