Skip to content

chore(deps): Bump rails from 7.2.0.beta2 to 7.2.0.rc1#17

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/rails-7.2.0.rc1
Closed

chore(deps): Bump rails from 7.2.0.beta2 to 7.2.0.rc1#17
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/rails-7.2.0.rc1

Conversation

@dependabot
Copy link

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

Bumps rails from 7.2.0.beta2 to 7.2.0.rc1.

Release notes

Sourced from rails's releases.

7.2.0.rc1

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

Active Model

  • No changes.

Active Record

  • Handle commas in Sqlite3 default function definitions.

    Stephen Margheim

  • Fixes validates_associated raising an exception when configured with a singular association and having index_nested_attribute_errors enabled.

    Martin Spickermann

  • The constant ActiveRecord::ImmutableRelation has been deprecated because we want to reserve that name for a stronger sense of "immutable relation". Please use ActiveRecord::UnmodifiableRelation instead.

    Xavier Noria

... (truncated)

Commits
  • 41d50f4 Preparing for 7.2.0.rc1 release
  • a7aeadb Implement new versioning scheme for npm packages
  • a2ec4a7 Merge pull request #52363 from eugeneius/autosave_has_one_loaded
  • 6be58c9 Merge pull request #51889 from fatkodima/db_prepare-migration-ordering
  • 43530b4 Merge pull request #52500 from GarrisonD/main
  • 56f647b Implement the bin/rails boot command
  • 0b1bb95 Merge pull request #52301 from y-yagi/fix_enqueue_after_transaction_commit_wi...
  • 3c04fb0 Merge pull request #52484 from excid3/fix-enqueue-after-transaction-commit-in...
  • 8f679be Merge pull request #52471 from rails/rm-new-policy
  • 3af5ed3 Merge pull request #52477 from matthewd/7-2-rack
  • 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 [rails](https://github.com/rails/rails) from 7.2.0.beta2 to 7.2.0.rc1.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.2.0.beta2...v7.2.0.rc1)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 7, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 12, 2024

Superseded by #18.

@dependabot dependabot bot closed this Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/bundler/rails-7.2.0.rc1 branch August 12, 2024 05:36
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.

0 participants