Skip to content

Commit cfd2301

Browse files
authored
Merge pull request #2348 from ruby/fix-widows
`did_you_mean` is a default gem
2 parents 41bcd8c + 6e9facd commit cfd2301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
res = URI.parse("https://stdgems.org/bundled_gems.json").read
3535
bundled_gems = JSON.parse(res)["gems"].map{_1["gem"]}
36-
system "gem uninstall #{bundled_gems.join(" ")}", exception: true
36+
system "gem uninstall --force #{bundled_gems.join(" ")}", exception: true
3737
'
3838
- name: bundle install
3939
run: |

0 commit comments

Comments
 (0)