Bump counter_culture from 3.1.0 to 3.2.0 (#16302)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
67f68b1cc2
commit
9a76d32bcd
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -22,7 +22,7 @@ gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster
|
|||
gem "carrierwave", "~> 2.2" # Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends
|
||||
gem "carrierwave-bombshelter", "~> 0.2" # Protect your carrierwave from image bombs
|
||||
gem "cloudinary", "~> 1.21" # Client library for easily using the Cloudinary service
|
||||
gem "counter_culture", "~> 3.1" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "counter_culture", "~> 3.2" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "ddtrace", "~> 0.54.2" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "devise", "~> 4.8" # Flexible authentication solution for Rails
|
||||
gem "devise_invitable", "~> 2.0.6" # Allows invitations to be sent for joining
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ GEM
|
|||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.1.9)
|
||||
connection_pool (2.2.5)
|
||||
counter_culture (3.1.0)
|
||||
counter_culture (3.2.0)
|
||||
activerecord (>= 4.2)
|
||||
activesupport (>= 4.2)
|
||||
crack (0.4.5)
|
||||
|
|
@ -917,7 +917,7 @@ DEPENDENCIES
|
|||
carrierwave (~> 2.2)
|
||||
carrierwave-bombshelter (~> 0.2)
|
||||
cloudinary (~> 1.21)
|
||||
counter_culture (~> 3.1)
|
||||
counter_culture (~> 3.2)
|
||||
cypress-rails (~> 0.5)
|
||||
ddtrace (~> 0.54.2)
|
||||
debug (>= 1.0.0)
|
||||
|
|
|
|||
BIN
vendor/cache/counter_culture-3.1.0.gem
vendored
BIN
vendor/cache/counter_culture-3.1.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/counter_culture-3.2.0.gem
vendored
Normal file
BIN
vendor/cache/counter_culture-3.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue