mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
use system thin for native compilation
This commit is contained in:
parent
4692ceff07
commit
83d3456837
1048 changed files with 87367 additions and 43151 deletions
9
Gemfile
9
Gemfile
|
|
@ -1,9 +1,8 @@
|
|||
source "http://gemcutter.org"
|
||||
bin_path "vendor/bin"
|
||||
disable_rubygems
|
||||
disable_system_gems
|
||||
# disable_rubygems
|
||||
# disable_system_gems
|
||||
|
||||
gem "thin"
|
||||
gem "shotgun"
|
||||
gem "templater"
|
||||
gem "sprockets"
|
||||
|
|
@ -14,7 +13,11 @@ gem "yui-compressor"
|
|||
gem "haml"
|
||||
gem "compass"
|
||||
gem "smusher"
|
||||
gem "compass-slickmap"
|
||||
gem "maruku"
|
||||
gem "markaby"
|
||||
|
||||
gem "jeweler"
|
||||
gem "rspec"
|
||||
gem "rdoc"
|
||||
gem "sdoc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue