Skip to content

Commit

Permalink
CI: Install latest rubygems (and bundler) via setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jul 4, 2023
1 parent 99528c4 commit 7c0507f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
rubygems: latest
bundler-cache: true # 'bundle install' and cache

- name: Get the newest rubygems version to rid ourselves of warnings
run: gem update --system --no-document

- name: Install bundler
run: gem i bundler --no-document

- name: Run tests
run: bundle exec rake

0 comments on commit 7c0507f

Please sign in to comment.