Bump counter_culture from 2.6.2 to 2.7.0 (#11541)
* Bump counter_culture from 2.6.2 to 2.7.0 Bumps [counter_culture](https://github.com/magnusvk/counter_culture) from 2.6.2 to 2.7.0. - [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.6.2...v2.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump counter_culture from 2.6.2 to 2.7.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
9fe452fdb5
commit
f1b00f2376
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -25,7 +25,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.18" # Client library for easily using the Cloudinary service
|
||||
gem "counter_culture", "~> 2.6" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "counter_culture", "~> 2.7" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "ddtrace", "~> 0.42.0" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "devise", "~> 4.7" # Flexible authentication solution for Rails
|
||||
gem "devise_invitable", "~> 2.0.0" # Allows invitations to be sent for joining
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ GEM
|
|||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.1.7)
|
||||
connection_pool (2.2.3)
|
||||
counter_culture (2.6.2)
|
||||
counter_culture (2.7.0)
|
||||
activerecord (>= 4.2)
|
||||
activesupport (>= 4.2)
|
||||
crack (0.4.4)
|
||||
|
|
@ -861,7 +861,7 @@ DEPENDENCIES
|
|||
carrierwave-bombshelter (~> 0.2)
|
||||
cld (~> 0.8)
|
||||
cloudinary (~> 1.18)
|
||||
counter_culture (~> 2.6)
|
||||
counter_culture (~> 2.7)
|
||||
database_cleaner-active_record (~> 1.8.0)
|
||||
ddtrace (~> 0.42.0)
|
||||
derailed_benchmarks (~> 1.8)
|
||||
|
|
|
|||
BIN
vendor/cache/counter_culture-2.6.2.gem
vendored
BIN
vendor/cache/counter_culture-2.6.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/counter_culture-2.7.0.gem
vendored
Normal file
BIN
vendor/cache/counter_culture-2.7.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue