I have a Grails project that depends on installing a few ruby โโgems. All our developers installed RVM, and so we have a .rvmrc file in our project directory to go to the corresponding ruby โโand gemset.
Is there a way for IntelliJ to automatically read .rvmrc, even if the project needs an SDK to install in the JDK?
Note. I looked through the IntelliJ ruby โโplugin and could not see a way to download it .rvmrc, but not the only SDK.
source share