From 9ae3541ca70b2745b0d0a8571164ef39072de87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:39:41 +0000 Subject: [PATCH] Bump simplycop from 2.7.1 to 2.7.2 Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 2.7.1 to 2.7.2. - [Commits](https://github.com/simplybusiness/simplycop/commits) --- updated-dependencies: - dependency-name: simplycop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3ef8267..3bd7ef6 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.7.1' + gem 'simplycop', '2.7.2' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 9667bf1..b9634d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.7.1) + simplycop (2.7.2) rubocop (= 1.67.0) rubocop-ast (= 1.33.0) rubocop-capybara (= 2.21.0) @@ -138,7 +138,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.2) semantic simplecov (< 0.18) - simplycop (= 2.7.1) + simplycop (= 2.7.2) BUNDLED WITH 2.5.22