diff --git a/Gemfile b/Gemfile index 452253e..067a414 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.12.0' + gem 'simplycop', '2.12.1' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 210252d..86b9d37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM method_source (~> 1.0) public_suffix (6.0.1) racc (1.8.1) - rack (3.1.8) + rack (3.1.9) rainbow (3.1.1) regexp_parser (2.10.0) rspec (3.13.0) @@ -113,7 +113,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.12.0) + simplycop (2.12.1) rubocop (= 1.71.0) rubocop-ast (= 1.38.0) rubocop-capybara (= 2.21.0) @@ -141,7 +141,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.2) semantic simplecov (< 0.18) - simplycop (= 2.12.0) + simplycop (= 2.12.1) BUNDLED WITH 2.5.22