Hi I\'m trying to run bundle install on my windows machine it runs fine until it reaches the linecache and then spits out a huge error:
Fetching
1.9.2-p136 + RVM. Worked using ruby-debug19 which installs linecache19 as a dependency:
gem install ruby-debug19 -- --with-ruby-include=$rvm_path/src/ruby-1.9.2-p136/
You should try installing linecache19
instead of linecache
. The gem you are trying to install is incompatible with Ruby version 1.9.2.
This is also suggested by the error message:
Can't handle 1.9.x yet
"debugger" gems has worked more flawless for me lately. I switched from ruby-debug19 to debugger which installs the dependencies without any hassle.