Skip to content

Commit

Permalink
Avoid updating Rubygems
Browse files Browse the repository at this point in the history
Ideally just for old Rubies, but let's just skip it for everything now.
  • Loading branch information
pat committed Jan 14, 2024
1 parent da55de7 commit 18e369e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
export BUNDLER_VERSION=${{ matrix.bundler }}
export BUNDLE_PATH=$PWD/vendor/bundle
gem update --system
bundle _${{ matrix.bundler }}_ config set path $PWD/$BUNDLE_PATH
bundle _${{ matrix.bundler }}_ install --jobs=4 --retry=3
bundle _${{ matrix.bundler }}_ update
Expand Down

0 comments on commit 18e369e

Please sign in to comment.