It seems as pry-full installs several debugger-* related gems as dependencies it won't work with Rubinius...
I get the following error
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/Users/govinda/.rbenv/versions/rbx-2.1.1/bin/rbx extconf.rb
Ruby version 2.1.0 is not supported.
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/govinda/.rbenv/versions/rbx-2.1.1/bin/rbx
Gem files will remain installed in /Users/govinda/.rbenv/versions/rbx-2.1.1/gems/gems/debugger-1.6.2 for inspection.
Results logged to /Users/govinda/.rbenv/versions/rbx-2.1.1/gems/gems/debugger-1.6.2/ext/ruby_debug/gem_make.out
An error occurred while installing debugger (1.6.2), and Bundler cannot continue.
Make sure that `gem install debugger -v '1.6.2'` succeeds before bundling.
Is there a way to use pry-full with Rubinius?
I guess an easy workaround would be to just require all the different gems manually without the debugger-* gems...
It seems as pry-full installs several debugger-* related gems as dependencies it won't work with Rubinius...
I get the following error
Is there a way to use pry-full with Rubinius? I guess an easy workaround would be to just require all the different gems manually without the debugger-* gems...