aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-02-17 11:55:52 +0200
committerXhmikosR <[email protected]>2020-02-17 21:33:54 +0200
commit69f36286f97018adc59e5d2ed64d7ea28dd9b5dc (patch)
treeb42fa7e0b162c8245650984b7cb236e570c37d11
parent52c13233a3f56e437c855b26331922667ed45075 (diff)
downloadbootstrap-69f36286f97018adc59e5d2ed64d7ea28dd9b5dc.tar.xz
bootstrap-69f36286f97018adc59e5d2ed64d7ea28dd9b5dc.zip
Update jekyll-toc to v0.13.1.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock5
2 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index c2016340f..76554522b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,6 @@ group :development, :test do
gem 'jekyll', '~> 3.8.6'
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-sitemap', '~> 1.4.0'
- gem 'jekyll-toc', '~> 0.11.0'
+ gem 'jekyll-toc', '~> 0.13.1'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 30eeb284e..b806b0bd0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,7 +35,8 @@ GEM
sass (~> 3.4)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
- jekyll-toc (0.11.0)
+ jekyll-toc (0.13.1)
+ jekyll (>= 3.7)
nokogiri (~> 1.9)
jekyll-watch (2.2.1)
listen (~> 3.0)
@@ -73,7 +74,7 @@ DEPENDENCIES
jekyll (~> 3.8.6)
jekyll-redirect-from (~> 0.16.0)
jekyll-sitemap (~> 1.4.0)
- jekyll-toc (~> 0.11.0)
+ jekyll-toc (~> 0.13.1)
wdm (~> 0.1.1)
BUNDLED WITH