From 82771a3ce5aa4c15c36a0239d22b36bdc93c0ead Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:22:41 -0400 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 768750864..4b6114ffb 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 37369e432..7b7b4931e 100644 --- a/Gemfile.lock +++ b/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)