diff --git a/Gemfile b/Gemfile index 9331445..048d4b8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do gem 'rubocop-performance', '~> 1.26', require: false gem 'rubocop-rake', '~> 0.7.1', require: false gem 'rubocop-rspec', '~> 3.10', require: false - gem 'simplecov', '~> 0.22.0', require: false + gem 'simplecov', '~> 1.0.1', require: false gem 'vcr', '~> 6.2' gem 'webmock', '~> 3.23' end diff --git a/Gemfile.lock b/Gemfile.lock index fcbe5e7..4e24bb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,6 @@ GEM rexml csv (3.3.5) diff-lcs (1.6.2) - docile (1.4.1) hashdiff (1.2.1) httparty (0.24.2) csv @@ -87,12 +86,7 @@ GEM ruby_api_pack_core (0.1.0) httparty (~> 0.24.2) oj (~> 3.17) - 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.1) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) @@ -115,7 +109,7 @@ DEPENDENCIES rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.10) ruby_api_pack_cloudways! - simplecov (~> 0.22.0) + simplecov (~> 1.0.1) vcr (~> 6.2) webmock (~> 3.23)