From d7f5638c62a9fbadb367924e8d6678d01a043dd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:29:55 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.10 --- .github/workflows/publish-rubygems.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-rubygems.yml b/.github/workflows/publish-rubygems.yml index 4af8f78..025e41d 100644 --- a/.github/workflows/publish-rubygems.yml +++ b/.github/workflows/publish-rubygems.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1 with: - ruby-version: "3.3" + ruby-version: "3.4.10" - name: Test + build run: | ruby -Ilib test/smoke_test.rb @@ -51,7 +51,7 @@ jobs: persist-credentials: false - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1 with: - ruby-version: "3.3" + ruby-version: "3.4.10" # NOTE: we deliberately do NOT use rubygems/release-gem here. That action runs # `bundle exec rake release`, and bundler/gem_tasks derives the release tag as # `v` — but this monorepo tags per-language as `sdk-ruby-v`. With