| Item | Description |
|---|---|
| Ruby interpreter | Use this drop-down list to select Ruby executable file to be used with the
current project, from the list of Ruby SDKs, which have already been added to the project.
Note
|
| Language level | Use this field to view the language level of the selected Ruby interpreter, or change it for JRuby. |
| 2.0.2+RVM Gemset |
View the name of the selected gem set. Refer to RVM Support.
Warning This read-only field is only available for Linux and MacOS. |
| Ignore global gempath |
Select this check box to use personal gem path only. If this check box is not selected, RubyMine will
use both global and local gem paths. Refer to RVM Support.
Warning This check box is only available for Linux and MacOS. |
| Add SDK | Click this button to select the desired Ruby interpreter (ruby.exe in Windows environment, or ruby in Linux or MacOS ) in the dialog that opens. The selected SDK will be added to the list of available Ruby SDKs. |
| Remove SDK | Delete the currently selected Ruby SDK from the project. |
| Gems | This section contains the list of gems used in the current project, and access to the
Gem Manager. For each gem, the following information is displayed:
version, authors, local gem root, email, homepage, and documentation. Note RDoc syntax highlighting. |
| Install Gems | Click this button to open the gem manager for the gems in remote repositories, and install selected gems locally. Refer to the section Installing and Uninstalling Gems. |
| Update Gems | Click this button to open the gem manager for the locally installed or attached gems, and update selected gems to the desired version. Refer to the section Updating Local Gems. |

