diff --git a/Gemfile b/Gemfile index ef99e31..bad29fc 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', '~> 1.1', require: false + gem 'simplecov', '~> 1.2', require: false gem 'vcr', '~> 6.4' gem 'webmock', '~> 3.26' end diff --git a/Gemfile.lock b/Gemfile.lock index 0bca44e..a6f5ff1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM ruby_api_pack_core (0.1.0) httparty (~> 0.24.2) oj (~> 3.17) - simplecov (1.1.0) + simplecov (1.2.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) @@ -109,7 +109,7 @@ DEPENDENCIES rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.10) ruby_api_pack_cloudways! - simplecov (~> 1.1) + simplecov (~> 1.2) vcr (~> 6.4) webmock (~> 3.26)