diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-21 23:25:33 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-21 23:25:33 +0200 |
commit | f8bfa06c628873c7b8ba6c7442b808063dd36cdc (patch) | |
tree | ec87b9451129d9f3be21104278675a8f385fa0d2 /Gemfile.lock | |
parent | 6e296fe91c94c87a4bee73e1c866329cdae136f0 (diff) | |
download | zorglub-f8bfa06c628873c7b8ba6c7442b808063dd36cdc.zip zorglub-f8bfa06c628873c7b8ba6c7442b808063dd36cdc.tar.gz |
use bundler
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..21d2208 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,32 @@ +PATH + remote: . + specs: + zorglub (0.0.5) + rack + +GEM + remote: http://rubygems.org/ + specs: + diff-lcs (1.1.3) + haml (3.1.6) + rack (1.4.1) + rake (0.9.2.2) + rspec (2.10.0) + rspec-core (~> 2.10.0) + rspec-expectations (~> 2.10.0) + rspec-mocks (~> 2.10.0) + rspec-core (2.10.1) + rspec-expectations (2.10.0) + diff-lcs (~> 1.1.3) + rspec-mocks (2.10.1) + sass (3.1.19) + +PLATFORMS + ruby + +DEPENDENCIES + haml + rake + rspec + sass + zorglub! |