middleman/Gemfile

24 lines
369 B
Text
Raw Normal View History

2009-11-13 12:25:16 -08:00
source "http://gemcutter.org"
bin_path "vendor/bin"
2009-11-17 15:33:46 -08:00
# disable_rubygems
# disable_system_gems
2009-11-13 12:25:16 -08:00
gem "shotgun"
gem "templater"
gem "sprockets"
gem "sinatra"
gem "sinatra-content-for"
2009-11-17 15:26:23 -08:00
gem "rack-test"
2009-11-13 12:25:16 -08:00
gem "yui-compressor"
gem "haml"
gem "compass"
2009-11-17 11:13:32 -08:00
gem "smusher"
2009-11-17 15:33:46 -08:00
gem "compass-slickmap"
gem "maruku"
gem "markaby"
2009-11-13 12:25:16 -08:00
2009-11-17 15:33:46 -08:00
gem "jeweler"
2009-11-13 12:25:16 -08:00
gem "rspec"
2009-11-17 15:26:23 -08:00
gem "rdoc"
2009-11-13 12:25:16 -08:00
gem "sdoc"
gem "cucumber"