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-08-10 06:48:50 +0300
committerMark Otto <markd.otto@gmail.com>2017-08-11 09:09:31 +0300
commit2f3c24f03d38fe1838d9d9537cd6e53326ec4fef (patch)
tree7293a244bdf07575e649d3d393cb86dbcb6e00f8 /Gemfile
parentb5f89d5672822734d0023cfc1e026b8985b97f1c (diff)
Update Jekyll to v3.5.1.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e32e222391..801d198d59 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.4.5'
+ 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'