From 9d54a331d8f1312440c50b1862b5e04ef0ed67b2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 18 Dec 2023 16:24:46 +0900 Subject: [PATCH] Rubygems 3.5 does not work with ruby 2.6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9e16f9..b59e835 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - rubygems: ${{ matrix.ruby < '2.7' && 'latest' || '' }} + rubygems: ${{ matrix.ruby < '2.7' && '3.4.22' || '' }} bundler-cache: true - name: Run test run: bundle exec rake compile test