Skip to content

Commit e8e6857

Browse files
committed
fix other builds by pinning rest client
1 parent ace2f2b commit e8e6857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ group :documentation do
1212
gem 'redcarpet', '2.3.0'
1313
gem 'github-markup', '1.0.0'
1414
gem 'relish'
15+
if RUBY_VERSION < '2.0.0'
16+
gem 'rest-client', '< 2' # dependency of relish
17+
end
1518
end
1619

1720
platforms :jruby do

0 commit comments

Comments
 (0)