Bump cloudinary from 1.11.1 to 1.12.0 (#4520) [ci skip]
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_gem) from 1.11.1 to 1.12.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.11.1...1.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
ab98909799
commit
82771a3ce5
2 changed files with 8 additions and 6 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.11" # Client library for easily using the Cloudinary service
|
||||
gem "cloudinary", "~> 1.12" # 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
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -195,7 +195,7 @@ GEM
|
|||
rake (< 13.0)
|
||||
cld (0.8.0)
|
||||
ffi
|
||||
cloudinary (1.11.1)
|
||||
cloudinary (1.12.0)
|
||||
aws_cf_signer
|
||||
rest-client
|
||||
coderay (1.1.2)
|
||||
|
|
@ -253,7 +253,7 @@ GEM
|
|||
warden (~> 1.2.3)
|
||||
diff-lcs (1.3)
|
||||
docile (1.3.2)
|
||||
domain_name (0.5.20180417)
|
||||
domain_name (0.5.20190701)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
doorkeeper (5.1.0)
|
||||
railties (>= 5)
|
||||
|
|
@ -415,6 +415,7 @@ GEM
|
|||
http-cookie (~> 1.0)
|
||||
http-form_data (~> 2.0)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
http-accept (1.7.0)
|
||||
http-cookie (1.0.3)
|
||||
domain_name (~> 0.5)
|
||||
http-form_data (2.1.1)
|
||||
|
|
@ -481,7 +482,7 @@ GEM
|
|||
method_source (0.9.2)
|
||||
mime-types (3.3)
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2019.0904)
|
||||
mime-types-data (3.2019.1009)
|
||||
mimemagic (0.3.3)
|
||||
mini_magick (4.9.5)
|
||||
mini_mime (1.0.2)
|
||||
|
|
@ -621,7 +622,8 @@ GEM
|
|||
responders (3.0.0)
|
||||
actionpack (>= 5.0)
|
||||
railties (>= 5.0)
|
||||
rest-client (2.0.2)
|
||||
rest-client (2.1.0)
|
||||
http-accept (>= 1.7.0, < 2.0)
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
mime-types (>= 1.16, < 4.0)
|
||||
netrc (~> 0.8)
|
||||
|
|
@ -880,7 +882,7 @@ DEPENDENCIES
|
|||
carrierwave (~> 2.0)
|
||||
carrierwave-bombshelter (~> 0.2)
|
||||
cld (~> 0.8)
|
||||
cloudinary (~> 1.11)
|
||||
cloudinary (~> 1.12)
|
||||
counter_culture (~> 2.2)
|
||||
dalli (~> 2.7)
|
||||
delayed_job_active_record (~> 4.1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue