From 2f47c00b48407933da369979a88f57a27720b58b Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 21 Jun 2014 13:46:27 -0500 Subject: Added jekyll-sitemap, jekyll-date-format, and updated gems --- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index b81ce306..9557d593 100644 --- a/Gemfile +++ b/Gemfile @@ -4,9 +4,11 @@ group :development do gem 'rake', '~> 10.0' gem 'jekyll', '~> 2.0' gem 'jekyll-page-hooks', '~> 1.2' - gem 'rdiscount', '~> 2.0.7' + gem 'jekyll-date-format', '~> 1.0' + gem 'jekyll-sitemap' + gem 'rdiscount', '~> 2.0' gem 'RedCloth', '~> 4.2.9' - gem 'haml', '~> 3.1.7' + gem 'haml', '~> 4.0' gem 'compass', '~> 0.12.2' gem 'sass-globbing', '~> 1.0.0' gem 'rubypants', '~> 0.2.0' -- cgit v1.2.1