Skip to content

Bump counter_culture from 2.9.0 to 3.13.1#18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/counter_culture-3.13.1
Open

Bump counter_culture from 2.9.0 to 3.13.1#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/counter_culture-3.13.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown

Bumps counter_culture from 2.9.0 to 3.13.1.

Changelog

Sourced from counter_culture's changelog.

3.13.1 (April 20, 2026)

Bugfixes:

  • Fix StaleObjectError when counter target model has optimistic locking enabled (#429)

3.13.0 (April 9, 2026)

New features:

  • Add include_soft_deleted option to keep soft-deleted records in the count (#428)

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)

... (truncated)

Commits
  • bfd510c Prep for v3.13.1 release
  • 372c3a5 Fix StaleObjectError when counter target model has optimistic locking (#429)
  • 341dc08 Prep for v3.13.0 release
  • 01bcb75 Add include_soft_deleted option for counting soft-deleted records (#428)
  • 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
  • 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.13.1.
- [Changelog](https://github.com/magnusvk/counter_culture/blob/main/CHANGELOG.md)
- [Commits](magnusvk/counter_culture@v2.9.0...v3.13.1)

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

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 Apr 21, 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