diff --git a/Gemfile b/Gemfile index 74ed5dd..f812486 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development, :test do gem 'rspec' gem 'rspec-mocks', '~> 3.13.2' gem 'simplecov', '< 0.18' - gem 'simplycop', '2.6.0' + gem 'simplycop', '2.7.0' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 68a00de..9796d47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.6.0) + simplycop (2.7.0) rubocop (= 1.67.0) rubocop-ast (= 1.32.3) rubocop-capybara (= 2.21.0) @@ -136,7 +136,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.2) semantic simplecov (< 0.18) - simplycop (= 2.6.0) + simplycop (= 2.7.0) BUNDLED WITH 2.5.22