From 4540be84870114732ca12c62b9d629157c65af5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 04:41:08 +0000 Subject: [PATCH] Bump cloudinary from 1.26.0 to 1.27.0 Bumps [cloudinary](https://github.com/cloudinary/cloudinary_gem) from 1.26.0 to 1.27.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.26.0...1.27.0) --- updated-dependencies: - dependency-name: cloudinary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index d4f7cc5..98e1e25 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" # Specify your gem's dependencies in jekyll-cloudinary.gemspec gemspec gem "jekyll", "~> 4.3" -gem "cloudinary", "~> 1.26" +gem "cloudinary", "~> 1.27" gem "rake", "~> 13.0.6" group :rubocop do diff --git a/Gemfile.lock b/Gemfile.lock index 3919c78..f053c68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) aws_cf_signer (0.1.3) - cloudinary (1.26.0) + cloudinary (1.27.0) aws_cf_signer rest-client (>= 2.0.0) colorator (1.1.0) @@ -76,9 +76,9 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mime-types (3.4.1) + mime-types (3.5.1) mime-types-data (~> 3.2015) - mime-types-data (3.2023.0218.1) + mime-types-data (3.2023.0808) minitest (5.18.0) netrc (0.11.0) parallel (1.23.0) @@ -165,8 +165,6 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unf_ext (0.0.8.2-x64-mingw-ucrt) - unf_ext (0.0.8.2-x64-mingw32) unicode-display_width (2.4.2) webrick (1.7.0) zeitwerk (2.6.7) @@ -179,7 +177,7 @@ PLATFORMS DEPENDENCIES bundler - cloudinary (~> 1.26) + cloudinary (~> 1.27) jekyll (~> 4.3) jekyll-cloudinary! rake (~> 13.0.6)