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.
2 parents 41bcd8c + 6e9facd commit cfd2301Copy full SHA for cfd2301
.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