Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralph/1333360 to your computer and use it in GitHub Desktop.
Save ralph/1333360 to your computer and use it in GitHub Desktop.
Install Ruby 1.9.3 compatible ruby-debug gems
curl http://files.rubyforge.vm.bytemark.co.uk/ruby-debug19/linecache19-0.5.13.gem \
> vendor/cache/linecache19-0.5.13.gem
curl http://files.rubyforge.vm.bytemark.co.uk/ruby-debug19/ruby-debug-base19-0.11.26.gem \
> vendor/cache/ruby-debug-base19-0.11.26.gem
bundle config build.ruby-debug-base19 \
--with-ruby-include=$rvm_path/src/`rvm current | sed 's/@.*//'`
curl -O http://files.rubyforge.vm.bytemark.co.uk/ruby-debug19/linecache19-0.5.13.gem
curl -O http://files.rubyforge.vm.bytemark.co.uk/ruby-debug19/ruby-debug-base19-0.11.26.gem
gem install {linecache19-0.5.13.gem,ruby-debug-base19-0.11.26.gem} \
-- --with-ruby-include=$rvm_path/src/`rvm current | sed 's/@.*//'`
@mischa
Copy link

mischa commented Feb 22, 2012

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment