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-26 14:59:36 +0300
committerGitHub <noreply@github.com>2017-09-26 14:59:36 +0300
commitf615f372e528d443f9f179451d00a4b960fc8a67 (patch)
tree70929762f7470c14198d314f8038a068bf71d3df /Gemfile
parent8e03f32c9d55dc84d18811d1d1054b624a7d03ad (diff)
Update Jekyll to v3.6.0. (#24102)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a0017e0c15..8e8bb42a2e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.5.1'
+ gem 'jekyll', '~> 3.6.0'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-toc', '~> 0.3.0'