Bump cloudinary from 1.18.1 to 1.19.0 (#12912)
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_gem) from 1.18.1 to 1.19.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.18.1...1.19.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0ff8284a68
commit
eaf1de2bb2
4 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -22,7 +22,7 @@ gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster
|
|||
gem "buffer", "~> 0.1" # Buffer is a Ruby Wrapper for the Buffer API
|
||||
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.18" # Client library for easily using the Cloudinary service
|
||||
gem "cloudinary", "~> 1.19" # Client library for easily using the Cloudinary service
|
||||
gem "counter_culture", "~> 2.7" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "ddtrace", "~> 0.46.0" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "devise", github: "heartcombo/devise", ref: "0cd72a5" # Flexible authentication solution for Rails
|
||||
|
|
|
|||
|
|
@ -192,9 +192,9 @@ GEM
|
|||
activesupport (>= 3)
|
||||
chartkick (3.4.2)
|
||||
childprocess (3.0.0)
|
||||
cloudinary (1.18.1)
|
||||
cloudinary (1.19.0)
|
||||
aws_cf_signer
|
||||
rest-client
|
||||
rest-client (>= 2.0.0)
|
||||
coderay (1.1.3)
|
||||
coercible (1.0.0)
|
||||
descendants_tracker (~> 0.0.1)
|
||||
|
|
@ -873,7 +873,7 @@ DEPENDENCIES
|
|||
capybara (~> 3.35.3)
|
||||
carrierwave (~> 2.2)
|
||||
carrierwave-bombshelter (~> 0.2)
|
||||
cloudinary (~> 1.18)
|
||||
cloudinary (~> 1.19)
|
||||
counter_culture (~> 2.7)
|
||||
cypress-rails (~> 0.4.2)
|
||||
database_cleaner-active_record (~> 2.0.0)
|
||||
|
|
|
|||
BIN
vendor/cache/cloudinary-1.18.1.gem
vendored
BIN
vendor/cache/cloudinary-1.18.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/cloudinary-1.19.0.gem
vendored
Normal file
BIN
vendor/cache/cloudinary-1.19.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue