updated dependencies

This commit is contained in:
Brandon Mathis 2012-05-22 01:11:53 -05:00
parent 590b35ce4e
commit 7f7f52bcc6

24
Gemfile
View File

@ -1,18 +1,18 @@
source "http://rubygems.org" source "http://rubygems.org"
group :development do group :development do
gem 'rake' gem 'rake', '~> 0.9.2'
gem 'rack' gem 'rack', '~> 1.4.1'
gem 'jekyll', '~> 0.11' gem 'jekyll', '~> 0.11.2'
gem 'rdiscount' gem 'rdiscount', '~> 1.6.8'
gem 'pygments.rb' gem 'pygments.rb', '~> 0.2.12'
gem 'RedCloth' gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 3.1' gem 'haml', '~> 3.1.6'
gem 'compass', '~> 0.12' gem 'compass', '~> 0.12.1'
gem 'rubypants' gem 'rubypants', '~> 0.2.0'
gem 'rb-fsevent', '~> 0.9' gem 'rb-fsevent', '~> 0.9'
gem 'stringex' gem 'stringex', '~> 1.4.0'
gem 'liquid', '~> 2.3' gem 'liquid', '~> 2.3.0'
end end
gem 'sinatra', '~> 1.3' gem 'sinatra', '~> 1.3.2'