問題
RubyMine 2025.3.1.1 にバージョンアップしたところ、起動時にエラーが起きて Remote Interpreter が認識されなくなった。
Home path (docker-compose://[/path/to/your/repo/compose.yaml]:rails//usr/local/bin/ruby) for Ruby interpreter 'Remote: ruby-3.3.10-p183' does not exist
設定が何かおかしいのかな、と思って Remote Interpreter を作り直そうとしてみると、Plugin 絡みのエラーが出る。
One or both of the 'FTP/SFTP/WebDAV Connectivity' and 'Terminal' plugins are missing. Please enable the plugins in 'Settings' | Plugins.
メッセージの通り FTP/SFTP/WebDAV Connectivity と Terminal のプラグインを確認してみたが、どちらもインストール済で有効化されていた。
解決策
~/Library/Application Support/JetBrains/RubyMine2025.3/disabled_plugins.txt の中身を空にして再起動したら解決した。
使ってないプラグインや更新が止まったようなプラグインはマメに Uninstall しておいたほうがよさそう。