From bfbb8733cd1d48b5f0832e75a2357de69c54e968 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Sat, 21 Jan 2023 14:42:55 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix --- .github/workflows/rspec.yml | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index ce389b6..c4131b2 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby: ['2.7', '3.0', '3.1'] # Due to https://github.com/actions/runner/issues/849, we have to use quotes + ruby: ['2.7', '3.0', '3.1', '3.2'] # Due to https://github.com/actions/runner/issues/849, we have to use quotes runs-on: ${{ matrix.os }} diff --git a/Gemfile.lock b/Gemfile.lock index 6ae11ee..e17e2e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,13 +118,13 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.7-arm64-darwin) + nokogiri (1.14.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.13.7-x86_64-darwin) + nokogiri (1.14.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.13.7-x86_64-linux) + nokogiri (1.14.0-x86_64-linux) racc (~> 1.4) - racc (1.6.0) + racc (1.6.2) rack (2.2.4) rack-protection (2.2.0) rack @@ -208,6 +208,7 @@ GEM PLATFORMS arm64-darwin-21 x86_64-darwin-21 + x86_64-darwin-22 x86_64-linux DEPENDENCIES @@ -226,4 +227,4 @@ DEPENDENCIES timecop (>= 0.7) BUNDLED WITH - 2.3.14 + 2.4.4