From 4c5c8a16c52d6a812456ff108b1eb885d8c2d2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:05:27 +0000 Subject: [PATCH] Bump jgd from 1.12 to 1.14.0 Bumps [jgd](https://github.com/yegor256/jekyll-github-deploy) from 1.12 to 1.14.0. - [Release notes](https://github.com/yegor256/jekyll-github-deploy/releases) - [Commits](https://github.com/yegor256/jekyll-github-deploy/compare/1.12...1.14.0) --- updated-dependencies: - dependency-name: jgd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 55 ++++++++++++++++++++++++++++++++-------------------- 2 files changed, 35 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index c0233fca..8c02d146 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.14' 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 53f796db..cbfc0a53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,12 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) backports (3.23.0) + bigdecimal (3.1.8) colorator (1.1.0) - concurrent-ruby (1.2.0) + concurrent-ruby (1.3.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -16,12 +17,21 @@ GEM faraday-net_http (3.0.2) faraday-retry (2.0.0) faraday (~> 2.0) - ffi (1.15.5) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (3.21.12-x86_64-darwin) - google-protobuf (3.21.12-x86_64-linux) + google-protobuf (4.27.1-arm64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.27.1-x86_64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.27.1-x86_64-linux) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) jekyll (4.3.2) addressable (~> 2.4) @@ -56,15 +66,15 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - jgd (1.12) - jekyll (>= 1.5.1) - trollop (= 2.9.9) + jgd (1.14.0) + jekyll (>= 1) + trollop (>= 2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -77,23 +87,25 @@ GEM sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.1) + public_suffix (5.1.0) puma (6.0.2) nio4r (~> 2.0) rack (2.2.6.2) rack-protection (3.0.5) rack - rake (13.0.6) + rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (4.0.1) + rexml (3.3.0) + strscan + rouge (4.3.0) 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.77.5-x86_64-darwin) + google-protobuf (>= 3.25, < 5.0) + sass-embedded (1.77.5-x86_64-linux-gnu) + google-protobuf (>= 3.25, < 5.0) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -108,15 +120,16 @@ GEM rack-protection (= 3.0.5) sinatra (= 3.0.5) tilt (~> 2.0) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tilt (2.0.11) - trollop (2.9.9) + trollop (2.9.10) tzinfo (2.0.6) 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 +148,7 @@ DEPENDENCIES jekyll-paginate (~> 1.1.0) jekyll-seo-tag (~> 2.8.0) jekyll-sitemap (~> 1.4.0) - jgd (~> 1.12) + jgd (~> 1.14) kramdown puma tzinfo (~> 2.0)