From 5c2fdaffa70cf1e2be87a59b9ff4e6b49cf90f38 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 23 May 2022 15:33:21 -0400 Subject: [PATCH 1/3] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f418ddf6..bfddf16a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "bundler" + directory: "/docs" + schedule: + interval: "daily" From 62383071e9f31f709b2e0e18c7bfee819b02d6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 15:35:02 -0400 Subject: [PATCH 2/3] chore(deps-dev): bump github-pages from 225 to 226 in /docs (#433) Bumps [github-pages](https://github.com/github/pages-gem) from 225 to 226. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v225...v226) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/Gemfile | 2 +- docs/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index b4349aa9a..92c071ac6 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -25,7 +25,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do gem "tzinfo-data" end -gem "github-pages", "~> 225", group: :jekyll_plugins +gem "github-pages", "~> 226", group: :jekyll_plugins diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 4ea37a213..5828be998 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -51,9 +51,9 @@ GEM ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) - github-pages (225) + github-pages (226) github-pages-health-check (= 1.17.9) - jekyll (= 3.9.0) + jekyll (= 3.9.2) jekyll-avatar (= 0.7.0) jekyll-coffeescript (= 1.1.1) jekyll-commonmark-ghpages (= 0.2.0) @@ -88,12 +88,12 @@ GEM jekyll-theme-time-machine (= 0.2.0) jekyll-titles-from-headings (= 0.5.3) jemoji (= 0.12.0) - kramdown (= 2.3.1) + kramdown (= 2.3.2) kramdown-parser-gfm (= 1.1.0) liquid (= 4.0.3) mercenary (~> 0.3) minima (= 2.5.1) - nokogiri (>= 1.12.5, < 2.0) + nokogiri (>= 1.13.4, < 2.0) rouge (= 3.26.0) terminal-table (~> 1.4) github-pages-health-check (1.17.9) @@ -108,7 +108,7 @@ GEM http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jekyll (3.9.0) + jekyll (3.9.2) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -216,7 +216,7 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - kramdown (2.3.1) + kramdown (2.3.2) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) @@ -286,7 +286,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - github-pages (~> 225) + github-pages (~> 226) jekyll-feed (~> 0.12) minima (~> 2.5) tzinfo (~> 1.2) From 4d9acc49f0754f3c6f2fa54e42cb1b6e4508a56b Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 23 May 2022 15:37:11 -0400 Subject: [PATCH 3/3] Update Gemfile.lock --- docs/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 5828be998..7ddd88b2d 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -93,7 +93,7 @@ GEM liquid (= 4.0.3) mercenary (~> 0.3) minima (= 2.5.1) - nokogiri (>= 1.13.4, < 2.0) + nokogiri (>= 1.13.6, < 2.0) rouge (= 3.26.0) terminal-table (~> 1.4) github-pages-health-check (1.17.9)