Skip to content

Commit e168a6a

Browse files
committed
Uninstall dependabot gem
1 parent 40f127c commit e168a6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
require "open-uri"
3232
require "json"
3333
34+
system "gem uninstall --force dependabot", exception: true
35+
3436
res = URI.parse("https://stdgems.org/bundled_gems.json").read
3537
bundled_gems = JSON.parse(res)["gems"].map{_1["gem"]}
3638
system "gem uninstall #{bundled_gems.join(" ")}", exception: true

0 commit comments

Comments
 (0)