0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Update Jekyll to 3.8.0. (#26352)

This commit is contained in:
XhmikosR 2018-04-22 10:16:44 +03:00 committed by GitHub
parent ee382915be
commit 9faf8e8545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
group :development, :test do group :development, :test do
gem 'jekyll', '~> 3.7.0' gem 'jekyll', '~> 3.8.0'
gem 'jekyll-redirect-from', '~> 0.13.0' gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.2.0' gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.5.1' gem 'jekyll-toc', '~> 0.5.1'

View File

@ -16,7 +16,7 @@ GEM
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.9.5) i18n (0.9.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (3.7.3) jekyll (3.8.0)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
@ -71,7 +71,7 @@ PLATFORMS
x64-mingw32 x64-mingw32
DEPENDENCIES DEPENDENCIES
jekyll (~> 3.7.0) jekyll (~> 3.8.0)
jekyll-redirect-from (~> 0.13.0) jekyll-redirect-from (~> 0.13.0)
jekyll-sitemap (~> 1.2.0) jekyll-sitemap (~> 1.2.0)
jekyll-toc (~> 0.5.1) jekyll-toc (~> 0.5.1)