From 2f5d71643d0ac2c54ee9b2ffd16f95cb2bf9a3b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 06:02:02 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4 --- .github/workflows/build.yml | 4 ++-- .ruby-version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cddf938..0b663ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.8 + ruby-version: 4.0.0 bundler-cache: true - name: Kickoff Release Pipeline run: "bundle exec ./ci-helpers/gem_helper kickoff_release_pipeline" @@ -71,7 +71,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.8 + ruby-version: 4.0.0 bundler-cache: true - name: Publish env: diff --git a/.ruby-version b/.ruby-version index 7921bd0..fcdb2e1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.8 +4.0.0