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)