Skip to content

Commit 85032c6

Browse files
committed
Uses "rubygems: latest" in ci.yml
1 parent c2cf9a3 commit 85032c6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
matrix:
1212
ruby: ['3.2', '3.1', '3.0', '2.7', '2.6', '2.5']
1313
rails: ['5.1', '5.2', '6.0', '6.1', '7.0', '7.1']
14+
rubygems: latest
1415
exclude:
1516
- ruby: '3.2'
1617
rails: '5.1'
@@ -47,9 +48,6 @@ jobs:
4748
with:
4849
ruby-version: ${{ matrix.ruby }}
4950
bundler-cache: true # 'bundle install' and cache
50-
- name: Upgrade rubygems
51-
run: gem update --system
52-
if: ${{ matrix.ruby == '7.1' }}
5351
- name: Copy config file
5452
run: cp spec/support/sample.config.yml spec/support/config.yml
5553
- name: Run tests

0 commit comments

Comments
 (0)