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