Skip to content

Commit 7d427d1

Browse files
committed
limit relish to modern rubies
1 parent 7222bc7 commit 7d427d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ gem 'yard', '~> 0.8.7', :require => false
1111
group :documentation do
1212
gem 'redcarpet', '2.3.0'
1313
gem 'github-markup', '1.0.0'
14-
gem 'relish'
14+
if RUBY_VERSION > '2.0.0'
15+
gem 'relish'
16+
end
1517
end
1618

1719
platforms :jruby do

0 commit comments

Comments
 (0)