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>2018-01-30 11:17:35 +0300
committerGitHub <noreply@github.com>2018-01-30 11:17:35 +0300
commite559034d36eada2cd7261afe5822dc5262851aad (patch)
tree00ab90b25a9ae19ab755c89b7fd53483e3a73de0 /Gemfile
parentf76e1f6a25463d31dba8b611e907d8f08b830de6 (diff)
Update devDependencies and gems. (#25502)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b80761f888..9f624d8539 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,6 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.7.0'
gem 'jekyll-redirect-from', '~> 0.13.0'
- gem 'jekyll-sitemap', '~> 1.1.1'
+ gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.5.1'
end