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.beta3 #488

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps rails from 7.2.0.beta2 to 7.2.0.beta3.

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
  • 9b63450 Preparing for 7.2.0.beta3 release
  • e06cd70 Merge pull request #49854 from skipkayhil/hm-document-aj-logger
  • 850d692 Merge pull request #50063 from skipkayhil/hm-doc-metal
  • 8075866 Edits in the dev containers guide
  • 0c34421 Merge pull request #52217 from neanias/neanias/rework-link-text-for-accessibi...
  • df02832 Merge pull request #52240 from p8/backport-f0f624bde4 [ci-skip]
  • a26069b [RF-DOCS] Action View Form Helpers Guide [ci-skip] (#51936)
  • 4929c03 Merge pull request #52236 from takmar/fix-broken-link-in-dev-containers-guide
  • 8a3d0d6 Merge pull request #52235 from fatkodima/fix-deadlock-in-checkout
  • 671e853 Merge pull request #52132 from skipkayhil/hm-rm-logger-predicates
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 12, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/rails-7.2.0.beta3 branch 2 times, most recently from 32a48ad to f08ba8f Compare July 13, 2024 17:50
Bumps [rails](https://github.com/rails/rails) from 7.2.0.beta2 to 7.2.0.beta3.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.2.0.beta2...v7.2.0.beta3)

---
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 force-pushed the dependabot/bundler/rails-7.2.0.beta3 branch from f08ba8f to 4be904c Compare July 13, 2024 17:50
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2024

Looks like rails is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 13, 2024
@dependabot dependabot bot deleted the dependabot/bundler/rails-7.2.0.beta3 branch July 13, 2024 17:52
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