Fails when I make Bundle install

Asked

Viewed 100 times

1

Good afternoon, I have a little problem when I do bundle install:

/usr/local/bin/ruby extconf.rb *** 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
...
An error occurred while installing debugger (1.6.8), and Bundler cannot continue. Make sure that `gem install debugger -v '1.6.8'` succeeds before bundling.

I’ve tried to do gem install debugger -v '1.6.8', but you keep making the same mistake. The ruby version I have is: ruby 2.1.3p242 and the version of Rails is: rails 4.2.1. Thank you

  • Hello, the answer solved your problem? If yes, close the question.

1 answer

1


Gem Debugger is not compatible with its Ruby version.

Install the Gem byebug in place.

  • Thank you, that’s right.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.