diff --git a/products/rubymine.md b/products/rubymine.md index cef595d49..e283ede7e 100644 --- a/products/rubymine.md +++ b/products/rubymine.md @@ -11,7 +11,7 @@ The configuration of RubyMine plugin projects follows the methods described in [ The table below summarizes the `gradle-intellij-plugin` attributes to set in the `build.gradle` file for a RubyMine plugin project: -| `gradle-intellij-plugin` Attribute |
Attribute Value | +| `gradle-intellij-plugin` Attribute | Attribute Value | |-----------|-------| | [`intellij.type`](https://github.com/JetBrains/gradle-intellij-plugin/blob/master/README.md#intellij-platform-properties) | `IU` for IntelliJ IDEA Ultimate. | | [`intellij.version`](https://github.com/JetBrains/gradle-intellij-plugin/blob/master/README.md#intellij-platform-properties) | Set to the same `IU` BRANCH.BUILD as the RubyMine target version, e.g. `192.7142.36` |