Skip to content

Commit 6b3df31

Browse files
committed
does this version work with JRuby?
1 parent 6734fff commit 6b3df31

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 @@ gemspec
88
group :development do
99
gem "bundler"
1010
gem "rake", "~> 10.5"
11-
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
11+
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.9" : ">= 4.0.3"
1212
gem "term-ansicolor", "~> 1.3.2"
1313
gem 'tins', '~> 1.6.0'
1414
gem "shoulda-context", "= 1.2.1"

0 commit comments

Comments
 (0)