From 79e9aa0bad2c915d4c2ff16365332e1071f5cde7 Mon Sep 17 00:00:00 2001 From: Cory Buecker Date: Tue, 1 Sep 2026 06:29:43 -0500 Subject: [PATCH] chore: update supported Ruby versions --- .github/workflows/branch-protection.yaml | 6 +++--- .gitignore | 1 + .ruby-version | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch-protection.yaml b/.github/workflows/branch-protection.yaml index 110a89b..ab8c343 100644 --- a/.github/workflows/branch-protection.yaml +++ b/.github/workflows/branch-protection.yaml @@ -16,9 +16,9 @@ jobs: - macos-latest - ubuntu-24.04-arm ruby: - - 3.3.10 - - 3.4.8 - - 4.0.1 + - 3.3.12 + - 3.4.10 + - 4.0.6 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 diff --git a/.gitignore b/.gitignore index ebfe209..1f485a7 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ build-iPhoneSimulator/ /target /.rules .env +*.so \ No newline at end of file diff --git a/.ruby-version b/.ruby-version index f989260..9eefef7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.4 +4.0.6 \ No newline at end of file