From 160cd468bba3016f8d0a2ae9bd3c848779f6eba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 09:02:28 +0000 Subject: [PATCH] Bump counter_culture from 3.3.0 to 3.3.1 Bumps [counter_culture](https://github.com/magnusvk/counter_culture) from 3.3.0 to 3.3.1. - [Changelog](https://github.com/magnusvk/counter_culture/blob/master/CHANGELOG.md) - [Commits](https://github.com/magnusvk/counter_culture/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: counter_culture dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d8d40b62cc..ef418a4e39 100644 --- a/Gemfile +++ b/Gemfile @@ -141,7 +141,7 @@ gem 'ddtrace', '~> 1.12.1' gem 'after_commit_everywhere', '~> 1.3.1' # More advanced counter_cache that allows conditions -gem 'counter_culture', '~> 3.2' +gem 'counter_culture', '~> 3.3' group :development, :test do # Use mocha for stubbing and mocking diff --git a/Gemfile.lock b/Gemfile.lock index 913eb94d0c..354bf11311 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.2.2) - counter_culture (3.3.0) + counter_culture (3.3.1) activerecord (>= 4.2) activesupport (>= 4.2) crack (0.4.5) @@ -530,7 +530,7 @@ DEPENDENCIES capistrano-yarn (~> 2.0.2) capistrano3-delayed-job (~> 1.7.6) capybara (~> 3.39.2) - counter_culture (~> 3.2) + counter_culture (~> 3.3) cssbundling-rails (~> 1.2.0) dalli (~> 3.2.5) ddtrace (~> 1.12.1)