From afb8a2194b6cd8058eaac833fee030cd0e5bfeaf Mon Sep 17 00:00:00 2001 From: Adam Grare Date: Tue, 2 Apr 2024 10:39:07 -0400 Subject: [PATCH] Fix bundler version failure with ruby 2.7 --- .github/workflows/actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 65748d8d..579866a5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -40,7 +40,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: false # disable running 'bundle install' and caching installed gems see https://github.com/httprb/http/issues/572 - - run: gem install rake bundler - run: bundle install - run: ${{ matrix.os_and_command.command }} timeout-minutes: 10