mterwill / office-hours-help-queue

A queue to help manage office hours for large courses
GNU General Public License v3.0
86 stars 21 forks source link

Upgrade to 5.2 #182

Closed mterwill closed 4 years ago

mterwill commented 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.

Read through the release notes, ran tests, and poked around locally.