Redcarpet is C ruby only
This commit is contained in:
parent
527c987281
commit
18d5c99f1f
5
Gemfile
5
Gemfile
|
@ -20,7 +20,10 @@ group :test do
|
||||||
gem "jquery-rails", "~> 2.0.1"
|
gem "jquery-rails", "~> 2.0.1"
|
||||||
# gem "bootstrap-rails", "0.0.5"
|
# gem "bootstrap-rails", "0.0.5"
|
||||||
# gem "zurb-foundation"
|
# gem "zurb-foundation"
|
||||||
gem "redcarpet", "~> 2.1.1"
|
|
||||||
|
platforms :ruby do
|
||||||
|
gem "redcarpet", "~> 2.1.1"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "middleman-core", :path => "middleman-core"
|
gem "middleman-core", :path => "middleman-core"
|
||||||
|
|
Loading…
Reference in a new issue