Skip to content

Commit 893013d

Browse files
committed
Try a fix for ruby 2.5 workflow
1 parent 5907fdb commit 893013d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
with:
2727
ruby-version: ${{ matrix.ruby }}
2828
bundler-cache: true
29+
rubygems: ${{ matrix.ruby < '2.6' && '3.2.3' || 'default' }}
2930
- run: bundle exec rake

0 commit comments

Comments
 (0)