Bump cloudinary from 1.12.0 to 1.13.0 (#4850) [deploy]

Bumps [cloudinary](https://github.com/cloudinary/cloudinary_gem) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/cloudinary/cloudinary_gem/releases)
- [Changelog](https://github.com/cloudinary/cloudinary_gem/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudinary/cloudinary_gem/compare/1.12.0...1.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-18 16:18:43 -05:00 committed by Mac Siri
parent 24bd9206da
commit 22e0eb32a3
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ gem "buffer", "~> 0.1" # Buffer is a Ruby Wrapper for the Buffer API
gem "carrierwave", "~> 2.0" # 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 "cld", "~> 0.8" # Compact Language Detection for Ruby
gem "cloudinary", "~> 1.12" # Client library for easily using the Cloudinary service
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 "dalli", "~> 2.7" # High performance memcached client for Ruby
gem "delayed_job_active_record", "~> 4.1" # ActiveRecord backend for Delayed::Job

View file

@ -194,7 +194,7 @@ GEM
childprocess (3.0.0)
cld (0.8.0)
ffi
cloudinary (1.12.0)
cloudinary (1.13.0)
aws_cf_signer
rest-client
coderay (1.1.2)
@ -892,7 +892,7 @@ DEPENDENCIES
carrierwave (~> 2.0)
carrierwave-bombshelter (~> 0.2)
cld (~> 0.8)
cloudinary (~> 1.12)
cloudinary (~> 1.13)
counter_culture (~> 2.2)
dalli (~> 2.7)
delayed_job_active_record (~> 4.1)