codeforUV / food_resources

A project that aims to increase food access for residents of the Upper Valley region of VT/NH
https://food-resources.herokuapp.com
MIT License
1 stars 6 forks source link

upgrade to rails 6.1 #51

Closed thomascchen closed 3 years ago

thomascchen commented 3 years ago

This upgrades rails from 6.0 to 6.1.0. There wasn't much to change beyond the standard steps since we don't have a big app. However, I did modify the two migration files here to match what was in this PR since they were failing since we don't have any active_storage stuff going on.