How do I manage the ruby SDKs?
I am using rvm. The other day I removed a bunch of out dated rubies from my RVM but they still show up in rubymine and I can't get rid of them.
How can I remove the SDKs from rubymine?
Please sign in to leave a comment.
Hi, which RubyMine version do you use? On startup RubyMine sync Ruby SDKs with ~/.rvm/rubies and ~/.rvm/gems folder. Please check that the folders doesn't contain your removed sdks traces. Also you can alway remove SDK using "remove sdk" button in RubyMine | File | Settings | Ruby SDK and Gems Manager panel.

Never mind.
After restarting the application I was able to delete them.