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

Upgrade Rails to v7.1 & update gems (mostly only minor versions) #609

Merged
merged 33 commits into from
Apr 26, 2024

Commits on Feb 16, 2024

  1. Continuous Release v1.9.3

    Merge pull request #595 from MaMpf-HD/dev
    Splines committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2731378 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Continuous Release 1.10.0

    Merge pull request #601 from MaMpf-HD/dev
    Splines committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ee2bc9a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Continuous Release 1.10.1

    Merge pull request #604 from MaMpf-HD/dev
    Splines committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a0e26f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Continuous Release 1.11.0

    Merge pull request #605 from MaMpf-HD/dev
    Annotation Tool 🙌
    Splines committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c81dc10 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Continuous Release 1.11.1

    Merge pull request #608 from MaMpf-HD/dev
    Splines committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4a37d85 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    fd44232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    456ed14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aee7bb View commit details
    Browse the repository at this point in the history
  4. Remove unused app environment variables usage

    The file `config/app_environment_variables.rb` does not exist in our
    codebase anymore.
    Splines committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    97ea0da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e066740 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1236c1b View commit details
    Browse the repository at this point in the history
  7. Update listen gem version

    This was done because `bin/rails app:update` failed with:
    ** Execute app:update:active_storage
           rails  active_storage:update
    bin/rails aborted!
    Gem::LoadError: can't activate listen (~> 3.5), already activated listen-3.0.8.
    Make sure all dependencies are added to Gemfile.
    Splines committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    b5cb411 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0aa94e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2988751 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d5486d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    889e291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a33b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    334d7f0 View commit details
    Browse the repository at this point in the history
  2. Use new Rails 7.1 defaults

    Splines committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5d37d16 View commit details
    Browse the repository at this point in the history
  3. Fix TODO rubocop warning

    Splines committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    826a800 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge branch 'dev' into deps/upgrade-rails & update

    In this process, I regenerated the `Gemfile.lock` by deleting it,
    then rebuilding it with bundler via `bundle install`.
    Some minor versions were upgraded.
    Splines committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    27cd996 View commit details
    Browse the repository at this point in the history
  2. Update bundler version to 2.5.9

    You can do so locally via `bundle update --bundler`
    Splines committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ab6143d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    3035022 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary entries in Gemfile.lock

    Performed automatically via `bundle install`.
    Splines committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7f97403 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    2b17c87 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    59c023e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fba87 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update gem lockfile to include mobility

    `bundle install` also removed globalize automatically for us.
    Splines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d695188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0e7d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f486935 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe65192 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b8ad59 View commit details
    Browse the repository at this point in the history
  6. Use install_folder in cypress on rails

    `cypress_folder` is deprecated as config option
    Splines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    652f8be View commit details
    Browse the repository at this point in the history