Skip to content

Commit

Permalink
Conditionally set RubyGems version
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 5, 2023
1 parent 76db541 commit 8fdde44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
rubygems: ${{ env.RUBYGEMS_VERSION || 'default' }}
bundler-cache: true
- name: Run specs and publish code coverage
uses: paambaati/[email protected]
Expand Down

0 comments on commit 8fdde44

Please sign in to comment.