From 06c04397053e46fe02fcecce589a2de76d21e160 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 21 Jun 2014 13:49:29 -0500 Subject: [PATCH] No longer including Gemfile.lock. Turns out that was a bad idea. --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 91df573..55a3c46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,6 +44,8 @@ GEM jekyll (>= 2.0.0) jekyll-sass-converter (1.0.0) sass (~> 3.2) + jekyll-sitemap (0.4.1) + jekyll (~> 2.0) kramdown (1.4.0) liquid (2.5.5) listen (2.7.9) @@ -92,6 +94,7 @@ DEPENDENCIES jekyll (~> 2.0) jekyll-date-format (~> 1.0) jekyll-page-hooks (~> 1.2) + jekyll-sitemap rake (~> 10.0) rb-fsevent (~> 0.9) rdiscount (~> 2.0)