Skip to content

Commit e49a87b

Browse files
committed
ci: improve rubygems installation
1 parent 92da7a0 commit e49a87b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
2929
with:
3030
ruby-version: '${{ matrix.ruby }}'
3131
bundler-cache: true
32-
33-
# ref: https://github.com/ruby/setup-ruby/issues/420
34-
- name: Update rubygems
35-
run: gem update --system
32+
rubygems: latest
3633

3734
- name: Run tests
3835
run: bundle exec rspec

0 commit comments

Comments
 (0)