middleman/Gemfile

19 lines
290 B
Ruby
Raw Normal View History

2009-11-13 21:25:16 +01:00
source "http://gemcutter.org"
bin_path "vendor/bin"
2009-11-13 21:25:16 +01:00
disable_rubygems
gem "thin"
gem "shotgun"
gem "templater"
gem "sprockets"
gem "sinatra"
gem "sinatra-content-for"
gem "rack-test", "0.5.1"
2009-11-13 21:25:16 +01:00
gem "yui-compressor"
gem "haml"
gem "compass"
2009-11-17 20:13:32 +01:00
gem "smusher"
2009-11-13 21:25:16 +01:00
gem "rspec"
gem "sdoc"
gem "cucumber"