Skip to content

Commit 00d4e34

Browse files
committed
Adding kramdown for JRuby support.
1 parent 5453723 commit 00d4e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ group :test do
1010
gem 'libxml-ruby', :platform => [:ruby, :mswin]
1111
gem 'rake'
1212
gem 'yard'
13-
gem 'redcarpet' # For Markdown
13+
gem 'redcarpet', :platform => :ruby # For fast, Github-like Markdown
14+
gem 'kramdown', :platform => :jruby # For Markdown without a C compiler
1415
gem 'rcov', '~> 0.9', :platform => [:ruby_18, :jruby]
1516
gem 'simplecov', :platform => :ruby_19
1617
gem 'simplecov-rcov', :platform => :ruby_19

0 commit comments

Comments
 (0)