Closed mterwill closed 4 years ago
Builds on #180 to upgrade to Rails 5.2, which is currently supported. The upgrade guide suggests upgrading one version at a time.
I changed the Gemfile to pin to the latest 5.2 release and ran rails app:update, which generated the remaining changes.
rails app:update
Read through the release notes, ran tests, and poked around locally.
Builds on #180 to upgrade to Rails 5.2, which is currently supported. The upgrade guide suggests upgrading one version at a time.
I changed the Gemfile to pin to the latest 5.2 release and ran
rails app:update
, which generated the remaining changes.Read through the release notes, ran tests, and poked around locally.