Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to Rails from 6.1 to 7.0 #327

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    639a99c View commit details
    Browse the repository at this point in the history
  2. Bump Rails NPM packages

    RyanofWoods committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    5dd2b0d View commit details
    Browse the repository at this point in the history
  3. Run Rails upgrade task

    RyanofWoods committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    513f793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad13633 View commit details
    Browse the repository at this point in the history
  5. Update Spring dependencies

    For Rails 7.0, Spring should be on 3.0.
    RyanofWoods committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    14d00aa View commit details
    Browse the repository at this point in the history
  6. Turn off class caching in test environment

    As recommended by Rails in 7.0 upgrade steps.
    RyanofWoods committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d36cd87 View commit details
    Browse the repository at this point in the history
  7. Add sprockets-rails dependency

    sprockets-rails is now an optional dependency in Rails 7.0, so this
    should be added as a dependency if we want to use it.
    RyanofWoods committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    4868d25 View commit details
    Browse the repository at this point in the history