Skip to content

Commit 3d311c4

Browse files
committed
Update rubygems to 3.3.26 on Ruby 2.5 and 2.6
or rubygems would warn and so some tests would fail
1 parent 3089361 commit 3d311c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: ruby/setup-ruby@v1
3333
with:
3434
ruby-version: ${{ matrix.ruby-version }}
35+
rubygems: ${{ (matrix.ruby_version < '2.6' && '3.3.26') || 'default' }}
3536
bundler-cache: true
3637

3738
- name: Run Rubocop

0 commit comments

Comments
 (0)