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 /Gemfile
parent8bfabdd1dc1e56cd72c29d4d7a0721f9fa6181ac (diff)
Update jekyll-toc to v0.9.1.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 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