docs/oss/upgrading/release-notes/16.3.0.md
Update your gem and npm package versions:
# Gemfile
gem "react_on_rails", "16.3.0"
// package.json
{
"dependencies": {
"react-on-rails": "16.3.0"
}
}
Pro users: Use react-on-rails-pro instead of react-on-rails in package.json, and react_on_rails_pro instead of react_on_rails in your Gemfile. See the Pro upgrade guide for details.
Then run bundle install and your package manager's install command.
Removed obsolete minimum version checks (6.5.1) and example generation pinning (8.2.0). The gemspec dependency shakapacker >= 6.0 is now the only minimum version requirement, with autobundling requiring >= 7.0.0. PR 2247.
bin/switch-bundler crashing with Psych::AliasesNotEnabled on YAML files with anchors/aliases, and fixed the --rspack generator flag only updating the default section. PR 2275.precompile_hook when Shakapacker was already installed. PR 2280.bin/dev failing with --route flag: Fixed bin/dev command failing with "Unknown argument" when the generator was run with a --route option. PR 2273.startup, nonprofit, education, oss, and partner. PR 2334.master and worker exports to react-on-rails-pro-node-renderer. PR 2326.See the CHANGELOG for the full list of changes.