Commit ce019c9
authored
Stop using
This method reports the patch level of Ruby, which is no longer useful
since Ruby 2.0.0, and was causing Bundler to show some strange error
messages about Ruby version with 4 segments, like 3.1.1.0.
The method was removed too aggressively from Bundler without knowing
that it was actually being used by bootboot. Depending on how widely
it's actually used, we might restore it with a deprecation, but this
commit makes bootboot use a better method.Bundler::RubyVersion#to_gem_version_with_patchlevel (#41)1 parent 4f64231 commit ce019c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments