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

21 lines
312 B
Ruby
Raw Normal View History

2009-11-13 15:25:16 -05:00
source "http://gemcutter.org"
bin_path "vendor/bin"
2009-11-13 15:25:16 -05:00
disable_rubygems
2009-11-17 18:26:23 -05:00
disable_system_gems
2009-11-13 15:25:16 -05:00
gem "thin"
gem "shotgun"
gem "templater"
gem "sprockets"
gem "sinatra"
gem "sinatra-content-for"
2009-11-17 18:26:23 -05:00
gem "rack-test"
2009-11-13 15:25:16 -05:00
gem "yui-compressor"
gem "haml"
gem "compass"
2009-11-17 14:13:32 -05:00
gem "smusher"
2009-11-13 15:25:16 -05:00
gem "rspec"
2009-11-17 18:26:23 -05:00
gem "rdoc"
2009-11-13 15:25:16 -05:00
gem "sdoc"
gem "cucumber"