From 29ad969d1fe32d74189e5185b7f116d110275dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:25:35 +0000 Subject: [PATCH] Bump simplycop from 2.5.0 to 2.5.1 Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 2.5.0 to 2.5.1. - [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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b8b6eb6..7dd1f1e 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.5.0' + gem 'simplycop', '2.5.1' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index ad3077d..5beb415 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.0.5) + rubocop-rspec (3.1.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) @@ -108,14 +108,14 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.5.0) + simplycop (2.5.1) rubocop (= 1.66.1) rubocop-ast (= 1.32.3) rubocop-capybara (= 2.21.0) rubocop-factory_bot (= 2.26.1) rubocop-performance (= 1.22.1) rubocop-rails (= 2.26.2) - rubocop-rspec (= 3.0.5) + rubocop-rspec (= 3.1.0) rubocop-rspec_rails (= 2.30.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -134,7 +134,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.2) semantic simplecov (< 0.18) - simplycop (= 2.5.0) + simplycop (= 2.5.1) BUNDLED WITH 2.4.12