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:
parent
0dd285b3e3
commit
85250dddae
53 changed files with 128 additions and 121 deletions
3
Gemfile
3
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue