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>2019-03-27 17:37:32 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-27 21:57:28 +0300
commit3bf08d87c9bedfe7cf4a0d52eb551d21755d9697 (patch)
tree82af4b0cb9a5d5e2a53d8d033a34aa15b13e5046 /Gemfile
parent8fda884ad3c059426dd7861153c32e96e8034a20 (diff)
Update devDependencies and gems.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index d4fdb3b907..429b1d7158 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,8 +2,8 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.8.5'
- gem 'jekyll-redirect-from', '~> 0.14.0'
- gem 'jekyll-sitemap', '~> 1.2.0'
- gem 'jekyll-toc', '~> 0.9.1'
+ gem 'jekyll-redirect-from', '~> 0.15.0'
+ gem 'jekyll-sitemap', '~> 1.3.1'
+ gem 'jekyll-toc', '~> 0.11.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end