diff --git a/Gemfile b/Gemfile index 04695e7..2b3b5d7 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,5 @@ group :development, :test do gem 'rubocop-packaging', '~> 0.5.0' gem 'rubocop-performance', '~> 1.0' gem 'rubocop-rspec', '~> 2.0' - gem 'simplecov', '~> 0.21.0' + gem 'simplecov', '~> 0.18.0' end