Adding specific jekyll-sitemap version to Gemfile

This commit is contained in:
Barry Clark 2014-06-20 08:41:12 -04:00
parent 04ea9f22b3
commit 5c9198c0b6
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll'
gem 'jekyll-sitemap', "0.4.0"