aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2014-06-21 13:46:27 -0500
committerBrandon Mathis <brandon@imathis.com>2014-06-21 13:46:27 -0500
commit2f47c00b48407933da369979a88f57a27720b58b (patch)
tree1855b7903fb4f82a12fbfc4952829cc6873be9ea /Gemfile
parent52f911964577623b2091d306957397ef3b8ccf2d (diff)
downloadmy_new_personal_website-2f47c00b48407933da369979a88f57a27720b58b.tar.xz
my_new_personal_website-2f47c00b48407933da369979a88f57a27720b58b.zip
Added jekyll-sitemap, jekyll-date-format, and updated gems
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 4 insertions, 2 deletions
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'