From 93b6d16fe4fbc3c06e72546f47ded62cbc8b1d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 21:36:18 +0000 Subject: [PATCH] Bump jekyll-github-metadata from 2.13.0 to 2.14.0 Bumps [jekyll-github-metadata](https://github.com/jekyll/github-metadata) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/jekyll/github-metadata/releases) - [Changelog](https://github.com/jekyll/github-metadata/blob/main/History.markdown) - [Commits](https://github.com/jekyll/github-metadata/compare/v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: jekyll-github-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 46 ++++++++++++++++++++++++++++++---------------- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index f1896fc..c2a0ecd 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'neat', '~> 1.7.1' gem 'nokogiri', '~> 1.13.4' gem 'rouge', '~> 2.2.1' gem 'therubyracer', '~>0.12.3' -gem "jekyll-github-metadata", "~> 2.13" +gem "jekyll-github-metadata", "~> 2.14" gem "kramdown", "~> 2.3.1" gem "kramdown-parser-gfm", "~> 1.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index d7810cd..cc33271 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,24 +12,38 @@ GEM thor (~> 0.19) coderay (1.1.3) colorator (1.1.0) - concurrent-ruby (1.1.8) - em-websocket (0.5.2) + concurrent-ruby (1.1.10) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) eventmachine (1.2.7) execjs (2.7.0) - faraday (1.4.1) + faraday (1.10.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - multipart-post (>= 1.2, < 3) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.3) + multipart-post (>= 1.2, < 3) faraday-net_http (1.0.1) - faraday-net_http_persistent (1.1.0) - ffi (1.15.0) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + ffi (1.15.5) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) + http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) jekyll (3.9.1) @@ -47,7 +61,7 @@ GEM safe_yaml (~> 1.0) jekyll-babel (1.1.0) babel-transpiler - jekyll-github-metadata (2.13.0) + jekyll-github-metadata (2.14.0) jekyll (>= 3.4, < 5.0) octokit (~> 4.0, != 4.4.0) jekyll-paginate (1.1.0) @@ -62,7 +76,7 @@ GEM kramdown (~> 2.0) libv8 (3.16.14.19) liquid (4.0.3) - listen (3.5.1) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) @@ -75,7 +89,7 @@ GEM nokogiri (1.13.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) - octokit (4.20.0) + octokit (4.22.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.16.2) @@ -83,15 +97,15 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.6) + public_suffix (4.0.7) racc (1.6.0) - rb-fsevent (0.10.4) + rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) ref (2.0.0) rexml (3.2.5) rouge (2.2.1) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) @@ -114,7 +128,7 @@ DEPENDENCIES bourbon (~> 4.2.1) jekyll (~> 3.9.0) jekyll-babel (~> 1.1.0) - jekyll-github-metadata (~> 2.13) + jekyll-github-metadata (~> 2.14) jekyll-paginate (~> 1.1.0) json (~> 2.3) kramdown (~> 2.3.1)