Skip to content

Commit

Permalink
CI: don't upgrade Rubygems to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Jan 8, 2024
1 parent 726735a commit 152213e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Install gem dependencies
run: |
echo 'gem: --no-document' > ~/.gemrc
gem update --system >/dev/null
echo "Using RubyGems $(gem --version)"
echo "Using Bundler $(bundle --version)"
bundle config --local gemfile Gemfile-${{ matrix.gemfile }}
bundle config --local path vendor/bundle-${{ matrix.gemfile }}
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 152213e

Please sign in to comment.