-
-
Notifications
You must be signed in to change notification settings - Fork 312
Ruby 2.3.0 bundler failing after PR #146 just merged #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@waltjones Could it be that your Gemfile.lock does not have a bundler version specified? If that's the case you could force it to use version 1 as it was previously with:
|
Looking at
|
This patch tries to implement (2) above. I haven't tested it.
|
Meanwhile, I'm trying to figure out if it's only ruby 2.3.0 that's failing, I have confirmed it works on ruby 2.3.3. |
@bpinto Many thanks. I agree this looks like it would work. I'll try it. |
Right, it sounds like Ruby 2.3.0 shipped with a too old RubyGems. Please use Ruby 2.3.3 in Windows ( setup-ruby/windows-versions.js Line 6 in a358e49
ruby-version: 2.3 .
|
@eregon I haven't been able to confirm ruby 2.3.0 is the only affected yet, but would you like me to submit another PR forcing bundler: '1' on ruby 2.3.0 specifically?
|
I'll test here to see which 2.3.x versions are affected: |
Based on your test results it seems only 2.3.0 and 2.3.1 are affected.
|
Yes, indeed, could you make a PR with that? Ruby 2.3.0 and 2.3.1 have RubyGems 2.5.1, Ruby 2.3.2+ have RubyGems 2.5.2+. |
Fixed and released in https://github.com/ruby/setup-ruby/releases/tag/v1.64.1 |
#146 is failing for me on Ruby 2.3.0:
My github action is straightforward:
The text was updated successfully, but these errors were encountered: