Skip to content

build(deps): bump railties from 7.1.3.4 to 7.2.0 #391

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

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps railties from 7.1.3.4 to 7.2.0.

Release notes

Sourced from railties's releases.

7.2.0

Active Support

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Add logger as a dependency since it is a bundled gem candidate for Ruby 3.5

    Earlopain

  • Define Digest::UUID.nil_uuid, which returns the so-called nil UUID.

    Xavier Noria

  • Support duration type in ActiveSupport::XmlMini.

    heka1024

  • Remove deprecated ActiveSupport::Notifications::Event#children and ActiveSupport::Notifications::Event#parent_of?.

    Rafael Mendonça França

  • Remove deprecated support to call the following methods without passing a deprecator:

    • deprecate
    • deprecate_constant
    • ActiveSupport::Deprecation::DeprecatedObjectProxy.new
    • ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new
    • ActiveSupport::Deprecation::DeprecatedConstantProxy.new
    • assert_deprecated
    • assert_not_deprecated

... (truncated)

Changelog

Sourced from railties's changelog.

Rails 7.2.0 (August 09, 2024)

  • The new bin/rails boot command boots the application and exits. Supports the standard -e/--environment options.

    Xavier Noria

  • Create a Dev Container Generator that generates a Dev Container setup based on the current configuration of the application. Usage:

    bin/rails devcontainer

    Andrew Novoselac

  • Add Rubocop and GitHub Actions to plugin generator. This can be skipped using --skip-rubocop and --skip-ci.

    Chris Oliver

  • Remove support for oracle, sqlserver and JRuby specific database adapters from the rails new and rails db:system:change commands.

    The supported options are sqlite3, mysql, postgresql and trilogy.

    Andrew Novoselac

  • Add options to bin/rails app:update.

    bin/rails app:update now supports the same generic options that generators do:

    • --force: Accept all changes to existing files
    • --skip: Refuse all changes to existing files
    • --pretend: Don't make any changes
    • --quiet: Don't output all changes made

    Étienne Barrié

  • Implement Rails console commands and helpers with IRB v1.13's extension APIs.

    Rails console users will now see helper, controller, new_session, and app under IRB help message's Helper methods category. And reload! command will be displayed under the new Rails console commands category.

    Prior to this change, Rails console's commands and helper methods are added through IRB's private components and don't show up in its help message, which led to poor discoverability.

    Stan Lo

  • Remove deprecated Rails::Generators::Testing::Behaviour.

... (truncated)

Commits
  • fb6c430 Preparing for 7.2.0 release
  • c9a5cfd Merge pull request #52540 from mattbrictson/fix-brakeman-ci-desc
  • ac2035a Merge pull request #52555 from rails/rm-fix-system-test
  • c2e0f6f Remove redundant Puma configuration settings from fresh config/puma.rb files
  • ecf787c Puma 5+ now pulls WEB_CONCURRENCY directly from ENV, so we cannot/should not ...
  • 573d4bd Merge pull request #52533 from denys-chaikovskyi/mod/auto-puma-workers
  • 6ffa94c Merge pull request #52524 from rubys/rm-redundant-comment
  • 41d50f4 Preparing for 7.2.0.rc1 release
  • 6be58c9 Merge pull request #51889 from fatkodima/db_prepare-migration-ordering
  • 56f647b Implement the bin/rails boot command
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [railties](https://github.com/rails/rails) from 7.1.3.4 to 7.2.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.0/railties/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.2.0)

---
updated-dependencies:
- dependency-name: railties
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 12, 2024
@flavorjones flavorjones merged commit c761d3f into main Aug 13, 2024
24 checks passed
@flavorjones flavorjones deleted the dependabot/bundler/railties-7.2.0 branch August 13, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant