aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2014-06-21 10:34:55 -0500
committerBrandon Mathis <brandon@imathis.com>2014-06-21 10:34:55 -0500
commit52f911964577623b2091d306957397ef3b8ccf2d (patch)
tree346df9277c6c67b6afd7eddbe3cacaf2c96012e1 /Gemfile
parent695fe922a9c25d3f41fddccf9d2e4ba2fc02ef52 (diff)
downloadmy_new_personal_website-52f911964577623b2091d306957397ef3b8ccf2d.tar.xz
my_new_personal_website-52f911964577623b2091d306957397ef3b8ccf2d.zip
Initial update to be compatible with Jekyll 2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index cd8ce578..b81ce306 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,20 +1,17 @@
source "https://rubygems.org"
group :development do
- gem 'rake', '~> 0.9'
- gem 'jekyll', '~> 0.12'
+ gem 'rake', '~> 10.0'
+ gem 'jekyll', '~> 2.0'
+ gem 'jekyll-page-hooks', '~> 1.2'
gem 'rdiscount', '~> 2.0.7'
- gem 'pygments.rb', '~> 0.3.4'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1.7'
gem 'compass', '~> 0.12.2'
- gem 'sass', '~> 3.2'
gem 'sass-globbing', '~> 1.0.0'
gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0'
- gem 'liquid', '~> 2.3.0'
- gem 'directory_watcher', '1.4.1'
end
gem 'sinatra', '~> 1.4.2'