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

Redcarpet is C ruby only

This commit is contained in:
Thomas Reynolds 2012-05-02 16:39:56 -07:00
parent 527c987281
commit 18d5c99f1f

View file

@ -20,8 +20,11 @@ group :test do
gem "jquery-rails", "~> 2.0.1"
# gem "bootstrap-rails", "0.0.5"
# gem "zurb-foundation"
platforms :ruby do
gem "redcarpet", "~> 2.1.1"
end
end
gem "middleman-core", :path => "middleman-core"
gem "middleman-more", :path => "middleman-more"