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>2017-10-08 18:57:27 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-08 19:08:16 +0300
commit09f403f81a9c57813d44207689e3e1a9b64f1556 (patch)
tree57132b88b5cb7c8c9625d9443d867bbf5145655c /Gemfile
parent607f26d0a330f4513197b49319fd1dd6e68be2f3 (diff)
Update jekyll-toc to v0.4.0.rc2.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2c0ac91d55..135694ee65 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,5 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.6.0'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
- gem 'jekyll-toc', '~> 0.3.0'
+ gem 'jekyll-toc', '~> 0.4.0.rc2'
end