We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
did_you_mean
1 parent 40f127c commit 6e9facdCopy full SHA for 6e9facd
.github/workflows/windows.yml
@@ -33,7 +33,7 @@ jobs:
33
34
res = URI.parse("https://stdgems.org/bundled_gems.json").read
35
bundled_gems = JSON.parse(res)["gems"].map{_1["gem"]}
36
- system "gem uninstall #{bundled_gems.join(" ")}", exception: true
+ system "gem uninstall --force #{bundled_gems.join(" ")}", exception: true
37
'
38
- name: bundle install
39
run: |
0 commit comments