Bump counter_culture from 2.3.0 to 2.5.1 (#8015)

Bumps [counter_culture](https://github.com/magnusvk/counter_culture) from 2.3.0 to 2.5.1.
- [Release notes](https://github.com/magnusvk/counter_culture/releases)
- [Changelog](https://github.com/magnusvk/counter_culture/blob/master/CHANGELOG.md)
- [Commits](https://github.com/magnusvk/counter_culture/compare/v2.3.0...v2.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-22 09:46:07 -04:00 committed by GitHub
parent 24893419f5
commit 1415c19fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,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.14" # Client library for easily using the Cloudinary service
gem "counter_culture", "~> 2.3" # counter_culture provides turbo-charged counter caches that are kept up-to-date
gem "counter_culture", "~> 2.5" # counter_culture provides turbo-charged counter caches that are kept up-to-date
gem "ddtrace", "~> 0.35.2" # ddtrace is Datadogs tracing client for Ruby.
gem "devise", "~> 4.7" # Flexible authentication solution for Rails
gem "dogstatsd-ruby", "~> 4.8" # A client for DogStatsD, an extension of the StatsD metric server for Datadog

View file

@ -191,7 +191,7 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
counter_culture (2.3.0)
counter_culture (2.5.1)
activerecord (>= 4.2)
activesupport (>= 4.2)
after_commit_action (~> 1.0)
@ -869,7 +869,7 @@ DEPENDENCIES
carrierwave-bombshelter (~> 0.2)
cld (~> 0.8)
cloudinary (~> 1.14)
counter_culture (~> 2.3)
counter_culture (~> 2.5)
ddtrace (~> 0.35.2)
derailed_benchmarks (~> 1.7)
devise (~> 4.7)