From 6447621838370d59e523c50d5b95ae0aa50594f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:49:57 +0000 Subject: [PATCH] Bump counter_culture from 3.7.0 to 3.8.0 Bumps [counter_culture](https://github.com/magnusvk/counter_culture) from 3.7.0 to 3.8.0. - [Changelog](https://github.com/magnusvk/counter_culture/blob/master/CHANGELOG.md) - [Commits](https://github.com/magnusvk/counter_culture/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: counter_culture dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index aa9f6ef6c1..38502e41a1 100644 --- a/Gemfile +++ b/Gemfile @@ -138,7 +138,7 @@ gem 'datadog', '~> 2.3.0' gem 'after_commit_everywhere', '~> 1.4.0' # More advanced counter_cache that allows conditions -gem 'counter_culture', '~> 3.7' +gem 'counter_culture', '~> 3.8' group :development, :test do # Use mocha for stubbing and mocking diff --git a/Gemfile.lock b/Gemfile.lock index e8998ea7f7..61337a92a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM childprocess (5.0.0) concurrent-ruby (1.3.4) connection_pool (2.4.1) - counter_culture (3.7.0) + counter_culture (3.8.0) activerecord (>= 4.2) activesupport (>= 4.2) crack (1.0.0) @@ -576,7 +576,7 @@ DEPENDENCIES capistrano-yarn (~> 2.0.2) capistrano3-delayed-job (~> 1.7.6) capybara (~> 3.40.0) - counter_culture (~> 3.7) + counter_culture (~> 3.8) cssbundling-rails (~> 1.4.1) dalli (~> 3.2.8) datadog (~> 2.3.0)