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-22 10:16:44 +0300
committerGitHub <noreply@github.com>2018-04-22 10:16:44 +0300
commit9faf8e85451ebc5981e85bd22d305f5275a4fd24 (patch)
tree8f39449a4eb78d9da4a59583719c7164d33eb5ac /Gemfile
parentee382915be4f98e90029b5776ff4cbe1c0126f37 (diff)
Update Jekyll to 3.8.0. (#26352)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9f624d8539..da8b3aa140 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.7.0'
+ gem 'jekyll', '~> 3.8.0'
gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.5.1'