Use the Gems dialog to attempt to find and install add-on Ruby Gems packages. Enter the name of the Gem and any additional parameters into the text field and click OK. So, for example, entering this...
redcloth --version "3.0.4"
...is equivalent to running the following command from the system prompt:
gem install redcloth --version "3.0.4"
See Also
Tools
Ruby and Rails Tools