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-04-30 15:18:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-05-22 17:26:21 +0300
commit0873ab71c78639c0bf622bc3236698eb2b6d920b (patch)
treed98269ce018275b91bb3739494ce5507fd2c437c /Gemfile
parentbea6154108ce77278a8b9f87b34fdd54ec3565ed (diff)
Update devDependencies and gems.
Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet. So, babel, qunit/karma-qunit and bundle-size aren't the latest versions.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index da8b3aa140..faf7cb069c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,8 +1,8 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.8.0'
+ gem 'jekyll', '~> 3.8.1'
gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.2.0'
- gem 'jekyll-toc', '~> 0.5.1'
+ gem 'jekyll-toc', '~> 0.6.0'
end