Redcarpet is C ruby only

i18n_v4
Thomas Reynolds 2012-05-02 16:39:56 -07:00
parent 527c987281
commit 18d5c99f1f
1 changed files with 4 additions and 1 deletions

View File

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