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

16 lines
302 B
Ruby
Raw Normal View History

2009-11-22 17:16:20 -05:00
bundle_path "lib/middleman/vendor/gems"
bin_path "lib/middleman/vendor/bin"
2009-11-17 18:33:46 -05:00
# disable_rubygems
# disable_system_gems
2009-11-13 15:25:16 -05:00
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-22 17:16:20 -05:00
gem "compass-slickmap"