diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-02-12 15:41:19 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-02-12 15:41:19 +0100 |
commit | 4f58a86f8f59a107e73e73c4fa387e70a57048c9 (patch) | |
tree | 8bbdb552928dc5650de117b581e8deb8f909b2df /Gemfile | |
parent | 2ed515e0196f7a825d62c9d361b589e417bfe20d (diff) | |
download | zorglub-4f58a86f8f59a107e73e73c4fa387e70a57048c9.zip zorglub-4f58a86f8f59a107e73e73c4fa387e70a57048c9.tar.gz |
update Bundle
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -3,3 +3,14 @@ source "http://rubygems.org" # gem's dependencies are in zorglub.gemspec gemspec +gem 'rack' + +group :test do + gem 'rake' + gem 'rspec' +end + +group :test, :development do + gem 'haml' + gem 'sass' +end |