> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.3.0-rc.1

**`(fix):`** 确保 `extraDependencies` 和 `extraDevDependencies` 覆盖捆绑的依赖版本，而不是创建重复项。以前，在额外依赖中指定捆绑的 gem（例如 `base64`、`rake`）会导致在 gemspec 或 Gemfile 中出现重复条目。现在用户指定的版本具有优先权。