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 rails from 7.1.3.4 to 7.2.0 #455

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Commits on Aug 16, 2024

  1. Bump rails from 7.1.3.4 to 7.2.0

    Bumps [rails](https://github.com/rails/rails) from 7.1.3.4 to 7.2.0.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](rails/rails@v7.1.3.4...v7.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: rails
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    020541f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Require active_support in pact helper

    As per rails/rails#52582, one must `require
    active_support` before requiring any other definition(s) like
    `active_support/core_ext/module/delegation`, which is included by
    `factory_bot_rails`.
    
    Therefore requiring `active_support` here, until
    thoughtbot/factory_bot#1685 is resolved.
    
    (Thanks to @brucebolt)
    KludgeKML committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fba63cb View commit details
    Browse the repository at this point in the history