> 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):`** Ensure `extraDependencies` and `extraDevDependencies` override bundled dependency
versions instead of creating duplicates. Previously, specifying a bundled gem
(e.g., `base64`, `rake`) in extra dependencies would result in duplicate entries
in the gemspec or Gemfile. The user-specified version now takes precedence.