ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
370 stars 83 forks source link

Error installing gem with ruby 2.6.2 - invalid option: -no-rdoc #170

Closed adnanpirota closed 5 years ago

adnanpirota commented 5 years ago

It looks like ruby 2.6.2 does not support option: -no-rdoc and RubyMine fails to install the gemwith error: ... While executing gem ...(Option Parser::InvalidOption) invalid option: -no-rdoc. The option passed should be -no-documentation.

adnanpirota commented 5 years ago

Fixed if you install the latest version not the deafult one

Benderg13 commented 4 years ago

ruby 2.6.5 also does not support option: -no-rdoc and RubyMine fails to install the gem with error: ... While executing gem ...(Option Parser::InvalidOption) invalid option: -no-rdoc. Could someone fix this issue or post how to fix the issue?

ViugiNick commented 4 years ago

@Benderg13 Could you try one of the latest RubyMine versions?

Benderg13 commented 4 years ago

That worked, thank you!