Skip to content

Build(deps): Bump rails from 8.0.4.1 to 8.0.5#9190

Merged
gbp merged 1 commit intodevelopfrom
dependabot/bundler/rails-8.0.5
Apr 2, 2026
Merged

Build(deps): Bump rails from 8.0.4.1 to 8.0.5#9190
gbp merged 1 commit intodevelopfrom
dependabot/bundler/rails-8.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps rails from 8.0.4.1 to 8.0.5.

Release notes

Sourced from rails's releases.

8.0.5

Active Support

  • Fix inflections to better handle overlapping acronyms.

    ActiveSupport::Inflector.inflections(:en) do |inflect|
      inflect.acronym "USD"
      inflect.acronym "USDC"
    end
    "USDC".underscore # => "usdc"

    Said Kaldybaev

  • Silence Dalli 4.0+ warning when using ActiveSupport::Cache::MemCacheStore.

    zzak

  • Make delegate and delegate_missing_to work in BasicObject subclasses.

    Rafael Mendonça França

  • Fix ActiveSupport::Inflector.humanize with international characters.

    ActiveSupport::Inflector.humanize("áÉÍÓÚ")  # => "Áéíóú"
    ActiveSupport::Inflector.humanize("аБВГДЕ") # => "Абвгде"

    Jose Luis Duran

Active Model

  • No changes.

Active Record

  • Fix insert_all and upsert_all log message when called on anonymous classes.

    Gabriel Sobrinho

  • Respect ActiveRecord::SchemaDumper.ignore_tables when dumping SQLite virtual tables.

    Hans Schnedlitz

  • Restore previous instrumenter after execute_or_skip

... (truncated)

Commits
  • eb126bb Preparing for 8.0.5 release
  • f7fe4a5 Merge branch '8-0-sec' into 8-0-stable
  • 8c069f3 Update trilogy
  • 7109f08 Merge pull request #57022 from byroot/sobrinho-main
  • d69bdd4 Merge pull request #56983 from diaphragm/patch-1
  • 0b0daad [DOC] Update CHANGELOG with key overwrite precedence note
  • c0c715b Merge pull request #56977 from hschne/26-03-fix-ignore-virtual-tables
  • ebd8911 Merge pull request #56970 from nicolasva/fix_spatia_lite
  • b6c2528 Merge pull request #56964 from rosa/restore-previous-instrumenter-async-block...
  • 041f7f8 Restore previous instrumenter after execute_or_skip
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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 8.0.4.1 to 8.0.5.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v8.0.4.1...v8.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Mar 30, 2026
@gbp gbp merged commit 5b7bcd4 into develop Apr 2, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/rails-8.0.5 branch April 2, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant