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:
parent
527c987281
commit
18d5c99f1f
1 changed files with 4 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -20,7 +20,10 @@ 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"
|
||||
|
|
Loading…
Reference in a new issue