From ac5c57c5349b835c2f77e671f607a60e71ec82f1 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Wed, 18 Jan 2017 18:38:10 -0500 Subject: Fix Ruby 1.8 build issues --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fa1f60f..b5a72e4 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,8 @@ source "https://rubygems.org/" if RUBY_VERSION < '1.9' - gem 'rdoc', '< 4.0' + gem 'rdoc', '< 4' + gem 'rake', '< 11' elsif RUBY_VERSION >= '2.0' if RUBY_ENGINE == 'ruby' gem 'simplecov', '~> 0.7' -- cgit v1.2.1