From 492e31126e77ab07b96f39a3033dfc316c2d68ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 12:02:02 -0500 Subject: [PATCH] Bump counter_culture from 2.2.4 to 2.3.0 (#6106) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0e4d3d2c3..cb1f07f65 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "carrierwave", "~> 2.0" # Upload files in your Ruby applications, map them t gem "carrierwave-bombshelter", "~> 0.2" # Protect your carrierwave from image bombs gem "cld", "~> 0.8" # Compact Language Detection for Ruby gem "cloudinary", "~> 1.13" # Client library for easily using the Cloudinary service -gem "counter_culture", "~> 2.2" # counter_culture provides turbo-charged counter caches that are kept up-to-date +gem "counter_culture", "~> 2.3" # counter_culture provides turbo-charged counter caches that are kept up-to-date gem "ddtrace", "~> 0.32.0" # ddtrace is Datadog’s tracing client for Ruby. gem "devise", "~> 4.7" # Flexible authentication solution for Rails gem "dogstatsd-ruby", "~> 4.7" # A client for DogStatsD, an extension of the StatsD metric server for Datadog diff --git a/Gemfile.lock b/Gemfile.lock index ed20a19e1..0324d0be9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM coffee-script-source (1.12.2) concurrent-ruby (1.1.6) connection_pool (2.2.2) - counter_culture (2.2.4) + counter_culture (2.3.0) activerecord (>= 4.2) activesupport (>= 4.2) after_commit_action (~> 1.0) @@ -878,7 +878,7 @@ DEPENDENCIES carrierwave-bombshelter (~> 0.2) cld (~> 0.8) cloudinary (~> 1.13) - counter_culture (~> 2.2) + counter_culture (~> 2.3) ddtrace (~> 0.32.0) derailed_benchmarks (~> 1.6) devise (~> 4.7)