Skip to content

Commit 7c0507f

Browse files
committed
CI: Install latest rubygems (and bundler) via setup-ruby
1 parent 99528c4 commit 7c0507f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,8 @@ jobs:
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: ${{ matrix.ruby }}
27+
rubygems: latest
2728
bundler-cache: true # 'bundle install' and cache
2829

29-
- name: Get the newest rubygems version to rid ourselves of warnings
30-
run: gem update --system --no-document
31-
32-
- name: Install bundler
33-
run: gem i bundler --no-document
34-
3530
- name: Run tests
3631
run: bundle exec rake

0 commit comments

Comments
 (0)