From 4beb4f88255a2cd05e117cac664cb3be425928fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:04:40 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4.0.2 --- .github/workflows/pr_tests.yml | 2 +- .github/workflows/tag_deploy_rubygem.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 4ee3107..0b44f53 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -17,7 +17,7 @@ jobs: - name: "Install Ruby" uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.1 + ruby-version: 4.0.2 bundler-cache: true - run: bundle exec rake rubocop diff --git a/.github/workflows/tag_deploy_rubygem.yml b/.github/workflows/tag_deploy_rubygem.yml index aba5e95..28889e9 100644 --- a/.github/workflows/tag_deploy_rubygem.yml +++ b/.github/workflows/tag_deploy_rubygem.yml @@ -92,7 +92,7 @@ jobs: echo "release_command=$GEM_RELEASE_COMMAND" | tee -a "$GITHUB_OUTPUT" - uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.1 + ruby-version: 4.0.2 bundler-cache: true - name: Test build the package run: "${{ steps.commands.outputs.build_command }}" @@ -187,7 +187,7 @@ jobs: clean: true - uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.1 + ruby-version: 4.0.2 bundler-cache: true - name: Build RubyGem run: |