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.
1 parent 0eafafb commit b16249bCopy full SHA for b16249b
.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 #{bundled_gems.join(" ")} --force", exception: true
37
'
38
- name: bundle install
39
run: |
0 commit comments