diff --git a/Gemfile b/Gemfile index 76696c5..55777a7 100644 --- a/Gemfile +++ b/Gemfile @@ -21,8 +21,8 @@ end group :test do gem 'rspec', '~> 3.9' - gem 'simplecov', '~> 0.22.0' - gem 'simplecov-cobertura', '~> 3.0' + gem 'simplecov', '~> 1.0.0' + gem 'simplecov-cobertura', '~> 4.0' end group :lint do