Skip to content

Commit 48b007f

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 4e91be3 commit 48b007f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
- uses: ruby/setup-ruby@v1
110110
with:
111111
ruby-version: ${{ matrix.ruby }}
112+
- run: script/update_rubygems_and_install_bundler
112113
- run: script/clone_all_rspec_repos
113114
- run: bundle install --binstubs
114115
- run: script/run_build

0 commit comments

Comments
 (0)