summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ccc6276..eba7804 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,8 +10,7 @@ if RUBY_VERSION < '1.9'
gem 'rdoc', '< 4'
elsif RUBY_VERSION >= '2.0'
if RUBY_ENGINE == 'ruby'
- gem 'coveralls', '~> 0.7'
- gem 'simplecov', '~> 0.7'
+ gem 'simplecov', '~> 0.18'
end
end