Skip to content

Commit 57187e9

Browse files
committed
Get RubyGems/Bundler update step back
rubygems/bundler#6728 ailure/Error: expect(`bundle exec #{script} 2>&1`).to be_empty expected `"Your RubyGems version (2.7.6.3)) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running `gem update --system 3.2.3`\n".empty?` to be truthy, got false
1 parent 31c0dff commit 57187e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
- uses: ruby/setup-ruby@v1
9494
with:
9595
ruby-version: ${{ matrix.ruby }}
96+
- run: script/update_rubygems_and_install_bundler
9697
- run: script/clone_all_rspec_repos
9798
- run: bundle install --binstubs
9899
- run: script/run_build

0 commit comments

Comments
 (0)