]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Jekyll to 3.8.0. (#26352)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 22 Apr 2018 07:16:44 +0000 (10:16 +0300)
committerGitHub <noreply@github.com>
Sun, 22 Apr 2018 07:16:44 +0000 (10:16 +0300)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 9f624d8539a2a10b4d0bd69f1d8ac1230603ffa5..da8b3aa14065465505d22d5b2da19b1c61cd8352 100644 (file)
--- 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'
index 27a675fddca1a696b607bc80f553f897e1a95219..f9ff1c9aa1b62b076dbaf457abffe5a3011f7682 100644 (file)
@@ -16,7 +16,7 @@ GEM
     http_parser.rb (0.6.0)
     i18n (0.9.5)
       concurrent-ruby (~> 1.0)
-    jekyll (3.7.3)
+    jekyll (3.8.0)
       addressable (~> 2.4)
       colorator (~> 1.0)
       em-websocket (~> 0.5)
@@ -71,7 +71,7 @@ PLATFORMS
   x64-mingw32
 
 DEPENDENCIES
-  jekyll (~> 3.7.0)
+  jekyll (~> 3.8.0)
   jekyll-redirect-from (~> 0.13.0)
   jekyll-sitemap (~> 1.2.0)
   jekyll-toc (~> 0.5.1)