Skip to content

Commit 2c50d1d

Browse files
committed
minor: no redcarpet for jruby
1 parent 976fb36 commit 2c50d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :development, :test do
88

99
# Deployment
1010
gem "git"
11-
gem "redcarpet"
11+
gem "redcarpet" unless RUBY_PLATFORM =~ /java/
1212
gem "yard"
1313

1414
# Testing

0 commit comments

Comments
 (0)