Actions
Bug #4485
closedGem.bin_path('rake') does not return the path of the system-installed rake
Bug #4485:
Gem.bin_path('rake') does not return the path of the system-installed rake
ruby -v:
-
Backport:
Description
=begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used to retrieve the rake path. In systems where a suffix is appended to the ruby version (e.g., ruby19/rake19/gem19), you will see that it is unable to locate the path via bin_path.
=end
Files
Actions