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.2.0.beta2 to 7.2.0.rc1 #4

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps rails from 7.2.0.beta2 to 7.2.0.rc1.

Release notes

Sourced from rails's releases.

v7.2.0.beta3

Action Text

  • Only sanitize content attribute when present in attachments.

    Petrik de Heus

Active Record

  • Add condensed #inspect for ConnectionPool, AbstractAdapter, and DatabaseConfig.

    Hartley McGuire

  • Fixed a memory performance issue in Active Record attribute methods definition.

    Jean Boussier

  • Define the new Active Support notification event start_transaction.active_record. This event is fired when database transactions or savepoints start, and complements transaction.active_record, which is emitted when they finish. The payload has the transaction (:transaction) and the connection (:connection).

    Xavier Noria

  • Fix an issue where the IDs reader method did not return expected results for preloaded associations in models using composite primary keys.

    Jay Ang

Active Support

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

    Earlopain

Guides

  • Testing guide: Added a section about the implicit database transaction that wraps tests by default.

    Xavier Noria

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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 6, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 12, 2024

Superseded by #5.

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