diff --git a/topics/products/rubymine/rubymine.md b/topics/products/rubymine/rubymine.md index 1f6872eac..482ed0cac 100644 --- a/topics/products/rubymine/rubymine.md +++ b/topics/products/rubymine/rubymine.md @@ -1,4 +1,4 @@ - + # RubyMine Plugin Development @@ -44,6 +44,7 @@ dependencies { + The configuration of RubyMine plugin projects follows the methods described in [Configuring Plugin Projects using the IntelliJ IDEA Product Attribute](dev_alternate_products.md#configuring-plugin-projects-using-the-intellij-idea-product-attribute), and [Configuring the plugin.xml File](dev_alternate_products.md#configuring-pluginxml). The table below summarizes the [](tools_gradle_intellij_plugin.md) attributes to set in the Gradle build script for a RubyMine plugin project.