Skip to content

Commit 319ce2a

Browse files
committed
uses 'rubygems: latest' in ci.yml in the correct place
1 parent 4392b23 commit 319ce2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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: 3.3.13
1514
exclude:
1615
- ruby: '3.2'
1716
rails: '5.1'
@@ -48,6 +47,7 @@ jobs:
4847
with:
4948
ruby-version: ${{ matrix.ruby }}
5049
bundler-cache: true # 'bundle install' and cache
50+
rubygems: latest
5151
- name: Copy config file
5252
run: cp spec/support/sample.config.yml spec/support/config.yml
5353
- name: Run tests

0 commit comments

Comments
 (0)