From 2c4f3278e703dd9a025322478195204f9efd0d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 07:58:42 +0000 Subject: [PATCH] Bump simplycop from 2.5.1 to 2.6.0 Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 2.5.1 to 2.6.0. - [Commits](https://github.com/simplybusiness/simplycop/commits) --- updated-dependencies: - dependency-name: simplycop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 7dd1f1e..74ed5dd 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.1' + gem 'simplycop', '2.6.0' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 0e3113d..68a00de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.1) + activesupport (7.2.1.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -33,7 +33,7 @@ GEM faraday (~> 2.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) + json (2.7.4) jwt (2.9.3) base64 language_server-protocol (3.17.0.3) @@ -70,7 +70,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -110,8 +110,8 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.5.1) - rubocop (= 1.66.1) + simplycop (2.6.0) + rubocop (= 1.67.0) rubocop-ast (= 1.32.3) rubocop-capybara (= 2.21.0) rubocop-factory_bot (= 2.26.1) @@ -136,7 +136,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.2) semantic simplecov (< 0.18) - simplycop (= 2.5.1) + simplycop (= 2.6.0) BUNDLED WITH 2.5.22