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 40f127c commit e168a6aCopy full SHA for e168a6a
.github/workflows/windows.yml
@@ -31,6 +31,8 @@ jobs:
31
require "open-uri"
32
require "json"
33
34
+ system "gem uninstall --force dependabot", exception: true
35
+
36
res = URI.parse("https://stdgems.org/bundled_gems.json").read
37
bundled_gems = JSON.parse(res)["gems"].map{_1["gem"]}
38
system "gem uninstall #{bundled_gems.join(" ")}", exception: true
0 commit comments