Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-27 20:13:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-28 22:09:50 +0300
commit698ccb49232047e92be12d9dea3116a6905be208 (patch)
treee0b9f7996aada1a6c62848ec2426d777394f8796
parent8bfabdd1dc1e56cd72c29d4d7a0721f9fa6181ac (diff)
Update jekyll-toc to v0.9.1.
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock6
2 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index d39964ce83..d4fdb3b907 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.8.4'
+ gem 'jekyll', '~> 3.8.5'
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
- gem 'jekyll-toc', '~> 0.9.0'
+ gem 'jekyll-toc', '~> 0.9.1'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 7210add745..25e700eb5f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,7 +35,7 @@ GEM
sass (~> 3.4)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
- jekyll-toc (0.9.0)
+ jekyll-toc (0.9.1)
nokogiri (~> 1.8)
jekyll-watch (2.1.2)
listen (~> 3.0)
@@ -72,10 +72,10 @@ PLATFORMS
x64-mingw32
DEPENDENCIES
- jekyll (~> 3.8.4)
+ jekyll (~> 3.8.5)
jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0)
- jekyll-toc (~> 0.9.0)
+ jekyll-toc (~> 0.9.1)
wdm (~> 0.1.1)
BUNDLED WITH