This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Handle ruby patch level being -1 #4317
Comments
@RochesterinNYC any interest in looking into this one? |
Sure! I'd need a bit more context on what the issue exactly is though. Given a ruby version |
No, not the patch part of the version. The |
Ah gotcha, thanks for the clarification. |
homu
added a commit
that referenced
this issue
Feb 27, 2016
…-patchlevel-handling, r=indirect Allow `Bundler::RubyVersion` to handle -1 for RUBY_PATCHLEVEL Fixes how the `matches?` method in `Bundler::RubyVersion` handles a `RUBY_PATCHLEVEL` of `-1`, which seems to be the case with ruby-head. Closes #4317
indirect
pushed a commit
that referenced
this issue
Mar 12, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is what happens on ruby-head, for instance. So
Bundler::RubyVersion
needs to handle itThe text was updated successfully, but these errors were encountered: