Bump counter_culture from 2.2.4 to 2.3.0 (#6106)
This commit is contained in:
parent
f14b5f93fe
commit
492e31126e
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue