Closed
Description
#146 is failing for me on Ruby 2.3.0:
Run ruby/setup-ruby@v1
Downloading Ruby
Extracting Ruby
Installing Bundler
/opt/hostedtoolcache/Ruby/2.3.0/x64/bin/gem install bundler -v ~> 2 --no-document
ERROR: Error installing bundler:
bundler requires RubyGems version >= 2.5.2. Try 'gem update --system' to update RubyGems itself.
Took 0.39 seconds
Error: The process '/opt/hostedtoolcache/Ruby/2.3.0/x64/bin/gem' failed with exit code 1
My github action is straightforward:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3.0
Metadata
Metadata
Assignees
Labels
No labels