From fdc7da53f1859fd792e120ee1b76b56f4bb80981 Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Mon, 27 Oct 2025 20:12:18 +0100 Subject: [PATCH] Update ruby to 3.4.7 --- .github/workflows/main.yml | 1 + .github/workflows/release.yml | 2 +- .tool-versions | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45910b7..db12120 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ jobs: ruby: - '3.2.2' - '3.3.6' + - '3.4.7' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80987fc..29b64ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2.2' + ruby-version: '3.4.7' - name: Install gems run: bundle install - name: Set version diff --git a/.tool-versions b/.tool-versions index 0583546..ef9855b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.2.2 \ No newline at end of file +ruby 3.4.7 \ No newline at end of file