Skip to content

Commit 2149fcc

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 5ca67df commit 2149fcc

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
@@ -104,6 +104,7 @@ jobs:
104104
- uses: ruby/setup-ruby@v1
105105
with:
106106
ruby-version: ${{ matrix.ruby }}
107+
- run: script/update_rubygems_and_install_bundler
107108
- run: script/clone_all_rspec_repos
108109
- run: bundle install --binstubs
109110
- run: script/run_build

0 commit comments

Comments
 (0)