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)