Bump cloudinary from 1.14.0 to 1.15.0 (#8795)
* Bump cloudinary from 1.14.0 to 1.15.0 Bumps [cloudinary](https://github.com/cloudinary/cloudinary_gem) from 1.14.0 to 1.15.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.14.0...1.15.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump cloudinary from 1.14.0 to 1.15.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
246af10349
commit
b8352c5333
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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.14" # Client library for easily using the Cloudinary service
|
||||
gem "cloudinary", "~> 1.15" # Client library for easily using the Cloudinary service
|
||||
gem "counter_culture", "~> 2.5" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "ddtrace", "~> 0.36.0" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "devise", "~> 4.7" # Flexible authentication solution for Rails
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ GEM
|
|||
childprocess (3.0.0)
|
||||
cld (0.8.0)
|
||||
ffi
|
||||
cloudinary (1.14.0)
|
||||
cloudinary (1.15.0)
|
||||
aws_cf_signer
|
||||
rest-client
|
||||
coderay (1.1.2)
|
||||
|
|
@ -901,7 +901,7 @@ DEPENDENCIES
|
|||
carrierwave (~> 2.0)
|
||||
carrierwave-bombshelter (~> 0.2)
|
||||
cld (~> 0.8)
|
||||
cloudinary (~> 1.14)
|
||||
cloudinary (~> 1.15)
|
||||
counter_culture (~> 2.5)
|
||||
ddtrace (~> 0.36.0)
|
||||
derailed_benchmarks (~> 1.7)
|
||||
|
|
|
|||
BIN
vendor/cache/cloudinary-1.14.0.gem
vendored
BIN
vendor/cache/cloudinary-1.14.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/cloudinary-1.15.0.gem
vendored
Normal file
BIN
vendor/cache/cloudinary-1.15.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue