-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Fablabs.io is now on Rails 5.2
Here are notes on how to upgrade to Rails 6:
- Change to
rails 6inGemfile - Disable gem
rocket_pantsinGemfileor see if the gem supports Rails 6. See Consolidate API documentation and implementation #577 - Perform
bundle update rails i18n-tasks - Run and fix all tests with
bundle exec rspec - Preferably also update ruby version to latest
2.7.x(remember to also update inDockerfile)
Metadata
Metadata
Assignees
Labels
No labels