From 0c8ec932283d4aa42a3f627a4ac4f86fdc04dac5 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Tue, 24 Sep 2024 16:42:41 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Set=20bundler=20version=20for=20?= =?UTF-8?q?ancient=20ruby=202.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ancient.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ancient.yml b/.github/workflows/ancient.yml index 24806ab..ad3d6c9 100644 --- a/.github/workflows/ancient.yml +++ b/.github/workflows/ancient.yml @@ -41,6 +41,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: "${{ matrix.ruby }}" + bundler: "2.4.22" bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake test