summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
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'