Skip to content

Commit 5da31b4

Browse files
committed
Revert "Test installing rake to check RubyGems recognizes the executable as safe to override"
* This reverts commit 35f0af3. * It fails for some cases like Ruby <= 2.2 and on some RubyInstaller builds, see #98 (comment) * Most users will use Bundler to install rake, and that already works fine.
1 parent 4bb29a5 commit 5da31b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ jobs:
100100
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
101101
run: gem install sassc -N
102102

103-
- name: Test installing rake to check RubyGems recognizes the executable as safe to override
104-
run: gem install rake
105-
106103
lint:
107104
runs-on: ubuntu-latest
108105
steps:

0 commit comments

Comments
 (0)