From 5da31b45d7183714f406b61be42143469c0bedcc Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 7 Nov 2020 17:53:13 +0100 Subject: [PATCH] Revert "Test installing rake to check RubyGems recognizes the executable as safe to override" * This reverts commit 35f0af38a7a92a2a9b2b3592a744c00fd17ee4a8. * It fails for some cases like Ruby <= 2.2 and on some RubyInstaller builds, see https://github.com/ruby/setup-ruby/issues/98#issuecomment-723468255 * Most users will use Bundler to install rake, and that already works fine. --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bfa775..c3fbabc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,9 +100,6 @@ jobs: if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') run: gem install sassc -N - - name: Test installing rake to check RubyGems recognizes the executable as safe to override - run: gem install rake - lint: runs-on: ubuntu-latest steps: