diff options
author | Brandon Mathis <brandon@imathis.com> | 2012-05-23 21:20:03 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2012-05-23 21:20:03 -0500 |
commit | 2a55f35211c3e8504a0cfa52d2f68933e8424947 (patch) | |
tree | 2cba84619cce4056a6c42a8c18d7178497752635 /Gemfile | |
parent | c9d3b0e28889181b39e64482b1619a3caeed0d92 (diff) | |
download | my_new_personal_website-2a55f35211c3e8504a0cfa52d2f68933e8424947.tar.xz my_new_personal_website-2a55f35211c3e8504a0cfa52d2f68933e8424947.zip |
Updated Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,18 +1,18 @@ source "http://rubygems.org" group :development do - gem 'rake' - gem 'rack' - gem 'jekyll' - gem 'rdiscount' - gem 'pygments.rb' - gem 'RedCloth' - gem 'haml', '>= 3.1' - gem 'compass', '>= 0.11' - gem 'rubypants' - gem 'rb-fsevent' - gem 'stringex' - gem 'liquid', '2.2.2' + gem 'rake', '~> 0.9.2' + gem 'rack', '~> 1.4.1' + gem 'jekyll', '~> 0.11.2' + gem 'rdiscount', '~> 1.6.8' + gem 'pygments.rb', '~> 0.2.12' + gem 'RedCloth', '~> 4.2.9' + gem 'haml', '~> 3.1.6' + gem 'compass', '~> 0.12.1' + gem 'rubypants', '~> 0.2.0' + gem 'rb-fsevent', '~> 0.9' + gem 'stringex', '~> 1.4.0' + gem 'liquid', '~> 2.3.0' end -gem 'sinatra', '1.2.6' +gem 'sinatra', '~> 1.3.2' |