1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

lock jekyll-sitemap version for now

v1.1.0 fails to install
This commit is contained in:
Matthias Kretschmann 2017-04-11 11:57:14 +02:00 committed by GitHub
parent ec7868d2ea
commit 9b004e8fe0

View File

@ -2,7 +2,7 @@ source "https://rubygems.org"
group :jekyll do
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-sitemap', '1.0.0'
gem 'jekyll-redirect-from'
gem 'redcarpet'
end