From e48609782979d574f28d939782c4d30e45fce95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 16:30:01 +0100 Subject: [PATCH] Bump jekyll-toc from 0.14.0 to 0.15.0 (#15666) Bumps [jekyll-toc](https://github.com/toshimaru/jekyll-toc) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/toshimaru/jekyll-toc/releases) - [Commits](https://github.com/toshimaru/jekyll-toc/compare/v0.14.0...v0.15.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 57b4baf6b1c..20f51ba2ea7 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :jekyll_plugins do gem 'jekyll-sitemap', '1.4.0' gem 'jekyll-time-to-read', '0.1.2' gem 'jekyll-commonmark', '1.3.1' - gem 'jekyll-toc', '0.14.0' + gem 'jekyll-toc', '0.15.0' end gem 'sinatra', '2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9b01a4413fb..69775494474 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-time-to-read (0.1.2) jekyll - jekyll-toc (0.14.0) + jekyll-toc (0.15.0) jekyll (>= 3.8) nokogiri (~> 1.10) jekyll-watch (2.2.1) @@ -127,7 +127,7 @@ DEPENDENCIES jekyll-paginate (= 1.1.0) jekyll-sitemap (= 1.4.0) jekyll-time-to-read (= 0.1.2) - jekyll-toc (= 0.14.0) + jekyll-toc (= 0.15.0) nokogiri (= 1.10.10) rake (= 13.0.1) sass-globbing (= 1.1.5)