Skip to content

Bump counter_culture from 2.9.0 to 3.12.2#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/counter_culture-3.12.2
Open

Bump counter_culture from 2.9.0 to 3.12.2#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/counter_culture-3.12.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps counter_culture from 2.9.0 to 3.12.2.

Changelog

Sourced from counter_culture's changelog.

3.12.2 (February 25, 2026)

Bugfixes:

  • Fix counter_culture_fix_counts not checking discarded/soft-deleted intermediate models in multi-level counter caches (#426)

3.12.1 (January 6, 2026)

Bugfixes:

  • Fix Rails 8.1+ compatibility by using Arel-based updates to avoid ambiguous column errors with UPDATE...FROM syntax (#425)

Changes:

  • Dropped support for Ruby 2.6, 2.7 and Rails 5.2 (all EOL)
  • Added support and testing for Ruby 4.0 and Rails 8.1 (#425)

3.11.4 (November 5, 2025)

Bugfixes:

  • Fix counter cache not using the correct type with multiple STI models in the association chain (#421)

3.11.3 (October 22, 2025)

Bugfixes:

  • Fix in-memory counter updates for conditional counters when condition changes (#420)

3.11.2 (July 10, 2025)

Bugfixes:

  • Fix regression for foreign_key_values by adding support for composite primary keys (#417)

3.11.1 (June 27, 2025)

Bugfixes:

  • Don't attempt to modify frozen association object (#416)

3.11.0 (June 26, 2025)

New features:

  • Support for composite primary keys in Rails v7.2+ (#413)

3.10.2 (June 24, 2025)

Bugfixes:

  • Fix incorrect in-memory counter updates on belongs_to association (#415)

3.10.1 (April 30, 2025)

Bugfixes:

  • Fix issue when using delegate instead of has_many :through (#411)

3.10.0 (April 15, 2025)

... (truncated)

Commits
  • 9968cae Prep for v3.12.2 release
  • 9f9a333 Fix multi-level counter-cache with Discard (fixes #342) (#426)
  • e409bb6 Update version
  • 7023ba2 Comment update
  • e52e518 Use Arel for updates to allow Rails to properly qualify and escape column nam...
  • 494e0ec Prep for gem release
  • 04940d0 Fix counter cache not using the correct type with multiple STI models in the ...
  • 35dea02 Correctly update in-memory counter when using conditional counter caches (#420)
  • 98fa941 Version 3.11.2
  • 6ebacc8 Fix regression for foreign_key_values by adding support for composite prima...
  • 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 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 [counter_culture](https://github.com/magnusvk/counter_culture) from 2.9.0 to 3.12.2.
- [Changelog](https://github.com/magnusvk/counter_culture/blob/main/CHANGELOG.md)
- [Commits](magnusvk/counter_culture@v2.9.0...v3.12.2)

---
updated-dependencies:
- dependency-name: counter_culture
  dependency-version: 3.12.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Feb 26, 2026
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