diff options
author | Brandon Mathis <brandon@imathis.com> | 2012-12-29 02:15:19 -0600 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2012-12-29 02:15:19 -0600 |
commit | e179277e40d789bddc514782cda6bb3b2c1c86cd (patch) | |
tree | be66dc3d069cf467322b5f3c37a700effe0d66a9 /Gemfile | |
parent | ce7f6e92a21de9e00545a24be40e84268a7c1843 (diff) | |
download | my_new_personal_website-e179277e40d789bddc514782cda6bb3b2c1c86cd.tar.xz my_new_personal_website-e179277e40d789bddc514782cda6bb3b2c1c86cd.zip |
updated gems
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,18 +1,18 @@ source "http://rubygems.org" group :development do - gem 'rake', '~> 0.9.2' + gem 'rake', '~> 0.9' gem 'rack', '~> 1.4.1' - gem 'jekyll', '~> 0.11.2' + gem 'jekyll', '~> 0.12' gem 'rdiscount', '~> 1.6.8' - gem 'pygments.rb', '~> 0.2.12' + gem 'pygments.rb', '~> 0.3.4' gem 'RedCloth', '~> 4.2.9' - gem 'haml', '~> 3.1.6' - gem 'compass', '~> 0.12.1' + gem 'haml', '~> 3.1.7' + gem 'compass', '~> 0.12.2' gem 'rubypants', '~> 0.2.0' gem 'rb-fsevent', '~> 0.9' gem 'stringex', '~> 1.4.0' gem 'liquid', '~> 2.3.0' end -gem 'sinatra', '~> 1.3.2' +gem 'sinatra', '~> 1.3.3' |