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-09-15 13:49:51 +0300
committerJohann-S <johann.servoire@gmail.com>2017-09-15 15:57:41 +0300
commit0705ee807018848661f4724d9607ae6f1d9031d6 (patch)
tree17b3b7fc5b3210f3469ce6457394c427098090d0 /Gemfile
parent5951508898b1f92d04026c0038dfc3ba95fa0fdf (diff)
Update babel-eslint to v8.0.0 and all devDependencies and gems.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 801d198d59..a0017e0c15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,6 @@ group :development, :test do
gem 'jekyll', '~> 3.5.1'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
- gem 'jekyll-toc', '~> 0.3.0.pre1'
+ gem 'jekyll-toc', '~> 0.3.0'
gem 'scss_lint', '~> 0.54.0'
end