From cb5f19e4294e00df2cb93c6b22371aa69855a705 Mon Sep 17 00:00:00 2001 From: fbenevides Date: Fri, 19 May 2023 14:45:03 +0200 Subject: [PATCH] Bump Ruby to the latest stable version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d168aa8..78bafb87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: '2.6' + ruby-version: '3.2.2' - run: | gem install cocoapods