Railsアップデート手順
- まずはテストのカバレッジを上げる
- bundle exec rspec
- Rails以外のGemをアップデート
- bundle outdated
- rubyのアップデート
- rbenv local X.Y.Z
- Railsのアップデート
- bundle update rails
- package.jsonアップデート
- touch .nxurc.json(アップデート除外パッケージ)
- `npx -p npm-check-updates -c “ncu –target patch”`
- `npx -p npm-check-updates -c “ncu –target minor”`
- `npx -p npm-check-updates -c “ncu”`