0
votes

I'm starting a new test rails project with RubyMine and I can't bundle install an empty project and debug inspector gem failed to be built with native extension. I don't want this gem I use byebug instead and it's not in my Gemfile. why does it have to be installed every time I 'bundle install' and how can I get rid of it?

1

1 Answers

1
votes

Chances are good that some other gem depend on the debug_inspector. And I guess that's the web-console dependency.