Revert "Test installing rake to check RubyGems recognizes the executable as safe to override"

* This reverts commit 35f0af38a7.
* 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.
This commit is contained in:
Benoit Daloze
2020-11-07 17:53:13 +01:00
parent 4bb29a57df
commit 5da31b45d7
-3
View File
@@ -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: