1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

for some reason runcoderun LOVES rack-test 0.5.1

This commit is contained in:
tdreyno 2009-11-17 13:59:39 -08:00
parent 0dd285b3e3
commit 85250dddae
53 changed files with 128 additions and 121 deletions

View file

@ -1,4 +1,5 @@
source "http://gemcutter.org"
bin_path "vendor/bin"
disable_rubygems
gem "thin"
@ -7,7 +8,7 @@ gem "templater"
gem "sprockets"
gem "sinatra"
gem "sinatra-content-for"
gem "rack-test"
gem "rack-test", "0.5.1"
gem "yui-compressor"
gem "haml"
gem "compass"