mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
18 lines
No EOL
259 B
Ruby
Executable file
18 lines
No EOL
259 B
Ruby
Executable file
source "http://gemcutter.org"
|
|
disable_rubygems
|
|
|
|
gem "thin"
|
|
gem "shotgun"
|
|
gem "templater"
|
|
gem "sprockets"
|
|
gem "sinatra"
|
|
gem "sinatra-content-for"
|
|
gem "rack-test"
|
|
gem "yui-compressor"
|
|
gem "haml"
|
|
gem "compass"
|
|
gem "smusher"
|
|
|
|
gem "rspec"
|
|
gem "sdoc"
|
|
gem "cucumber" |