From: Eric Hodel Date: 2011-07-22T13:29:01+09:00 Subject: [ruby-core:38380] [Ruby 1.9 - Bug #4485][Closed] Gem.bin_path('rake') does not return the path of the system-installed rake Issue #4485 has been updated by Eric Hodel. Status changed from Assigned to Closed % Done changed from 0 to 100 ---------------------------------------- Bug #4485: Gem.bin_path('rake') does not return the path of the system-installed rake http://redmine.ruby-lang.org/issues/4485 Author: Erik Hollensbe Status: Closed Priority: Normal Assignee: Eric Hodel Category: Target version: 1.9.3 ruby -v: - =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 -- http://redmine.ruby-lang.org