From 2258ac10fe619b237516278fc5abcd66cde33577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:25:42 +0000 Subject: [PATCH] Bump jgd from 1.12 to 1.13.1 Bumps [jgd](https://github.com/yegor256/jekyll-github-deploy) from 1.12 to 1.13.1. - [Release notes](https://github.com/yegor256/jekyll-github-deploy/releases) - [Commits](https://github.com/yegor256/jekyll-github-deploy/compare/1.12...1.13.1) --- updated-dependencies: - dependency-name: jgd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 35 +++++++++++++++++++---------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index c0233fc..fbac8ae 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'puma' # Plugins group :jekyll_plugins do # gem 'devlopr', '~> 0.4.5' - gem 'jgd', '~> 1.12' + gem 'jgd', '~> 1.13' gem 'jekyll-feed', '~> 0.17.0' gem 'jekyll-paginate', '~> 1.1.0' gem 'jekyll-gist', '~> 1.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 53f796d..c1961df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) backports (3.23.0) colorator (1.1.0) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -16,12 +16,13 @@ GEM faraday-net_http (3.0.2) faraday-retry (2.0.0) faraday (~> 2.0) - ffi (1.15.5) + ffi (1.16.3) forwardable-extended (2.6.0) - google-protobuf (3.21.12-x86_64-darwin) - google-protobuf (3.21.12-x86_64-linux) + google-protobuf (3.24.4-arm64-darwin) + google-protobuf (3.24.4-x86_64-darwin) + google-protobuf (3.24.4-x86_64-linux) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) jekyll (4.3.2) addressable (~> 2.4) @@ -56,7 +57,7 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - jgd (1.12) + jgd (1.13.1) jekyll (>= 1.5.1) trollop (= 2.9.9) kramdown (2.4.0) @@ -77,23 +78,25 @@ GEM sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.1) + public_suffix (5.0.3) puma (6.0.2) nio4r (~> 2.0) rack (2.2.6.2) rack-protection (3.0.5) rack - rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (4.0.1) + rexml (3.2.6) + rouge (4.1.3) ruby2_keywords (0.0.5) safe_yaml (1.0.5) - sass-embedded (1.58.0) - google-protobuf (~> 3.21) - rake (>= 10.0.0) + sass-embedded (1.69.3-arm64-darwin) + google-protobuf (~> 3.23) + sass-embedded (1.69.3-x86_64-darwin) + google-protobuf (~> 3.23) + sass-embedded (1.69.3-x86_64-linux-gnu) + google-protobuf (~> 3.23) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -116,7 +119,7 @@ GEM concurrent-ruby (~> 1.0) tzinfo-data (1.2022.7) tzinfo (>= 1.0.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) wdm (0.1.1) webrick (1.8.1) @@ -135,7 +138,7 @@ DEPENDENCIES jekyll-paginate (~> 1.1.0) jekyll-seo-tag (~> 2.8.0) jekyll-sitemap (~> 1.4.0) - jgd (~> 1.12) + jgd (~> 1.13) kramdown puma tzinfo (~> 2.0)