diff --git a/Gemfile b/Gemfile index e4a32a1..6cd0c48 100644 --- a/Gemfile +++ b/Gemfile @@ -18,8 +18,8 @@ end group :test do gem 'rspec', '~> 3.0' - gem 'simplecov', '~> 0.22.0' - gem 'simplecov-cobertura', '~> 3.0' + gem 'simplecov', '~> 1.0.0' + gem 'simplecov-cobertura', '~> 4.0' end group :lint do