diff --git a/Gemfile b/Gemfile index 4ddced2..1bec2c2 100644 --- a/Gemfile +++ b/Gemfile @@ -26,5 +26,5 @@ group :development, :test do gem 'minitest' gem 'mocha' gem 'ostruct' - gem 'simplecov', '0.22.0', require: false # CC last supported v0.17 + gem 'simplecov', '1.0.2', require: false # CC last supported v0.17 end diff --git a/Gemfile.lock b/Gemfile.lock index 3b191ba..7af2f26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,6 @@ GEM concurrent-ruby (1.3.7) connection_pool (3.0.2) daemons (1.4.1) - docile (1.4.1) dotenv (3.2.0) drb (2.2.3) eventmachine (1.2.7) @@ -79,12 +78,7 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) securerandom (0.4.1) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.13.2) - simplecov_json_formatter (0.1.4) + simplecov (1.0.2) simpleidn (0.2.3) timeout (0.4.3) tzinfo (2.0.6) @@ -109,7 +103,7 @@ DEPENDENCIES pg (~> 1.6.3) pry (~> 0.16.0) rubocop - simplecov (= 0.22.0) + simplecov (= 1.0.2) simpleidn (~> 0.2.1) RUBY VERSION