I have installed rvm on an Apple Silicon MacBook, following the instructions on their page, and then used it to install Ruby 3.2.2. The installation seems to be working fine in the terminal and using Visual Studio Code, but neither RubyMine nor IntelliJ IDEA seems able to recognize it.
In RubyMine, for example, I am able to go to ““Settings > Languages & Frameworks > Ruby SDK and Gems”, see the “RVM: Ruby-3.2.2” entry, select it, and press “OK”. It is still selected when I return to this dialog.
However, when I open any *.rb
file, the warning “No Ruby interpreter configured for the project” is displayed, and all of my Ruby language IDE features are disabled.
Has anyone else encountered this issue / been able to resolve it?