Skip to content

Commit 91ab969

Browse files
committed
Uninstall jruby-launcher
I'm not sure how this is getting into setup-ruby but because it was installed with a different version, RubyGems complains. Those complaints appear to be causing specs to fail.
1 parent 5b0e7b9 commit 91ab969

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
with:
4747
ruby-version: ${{ matrix.ruby-version }}
4848

49+
- name: Remove jruby-launcher # not sure where this is coming from but causes some specs to fail
50+
run: gem uninstall -a jruby-launcher
51+
4952
- name: Install dependencies
5053
run: bundle install --jobs=3 --retry=3
5154

0 commit comments

Comments
 (0)