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-10-23 00:30:03 +0300
committerGitHub <noreply@github.com>2017-10-23 00:30:03 +0300
commit31913e0c213d6c48cb2e3f2825cd26de3c06aa4e (patch)
treeb72f106d01889b8ab1f5d95dca7fbb00302b6726 /Gemfile
parent52d99a887e610ce9be9c94e17d6aba2f6277dd39 (diff)
Update gems. (#24499)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 135694ee65..92a4d18d84 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,8 +1,8 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.6.0'
+ gem 'jekyll', '~> 3.6.2'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
- gem 'jekyll-toc', '~> 0.4.0.rc2'
+ gem 'jekyll-toc', '~> 0.4.0'
end