From 42b26062820e575a1a5920179e43fc8b4f7988cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:02:05 +0000 Subject: [PATCH] Bump simplycop from 2.7.2 to 2.8.0 Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 2.7.2 to 2.8.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 | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 3bd7ef6..92b7ed2 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.2' + gem 'simplycop', '2.8.0' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index b9634d3..b7bd8ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.2) + activesupport (8.0.0) base64 benchmark (>= 0.3) bigdecimal @@ -13,11 +13,12 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) - benchmark (0.3.0) + benchmark (0.4.0) bigdecimal (3.1.8) coderay (1.1.3) concurrent-ruby (1.3.4) @@ -35,7 +36,7 @@ GEM faraday (~> 2.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.5) + json (2.8.1) jwt (2.9.3) base64 language_server-protocol (3.17.0.3) @@ -48,7 +49,7 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -72,7 +73,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -82,7 +83,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.0) + rubocop-ast (1.34.1) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) @@ -112,9 +113,9 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.7.2) - rubocop (= 1.67.0) - rubocop-ast (= 1.33.0) + simplycop (2.8.0) + rubocop (= 1.68.0) + rubocop-ast (= 1.34.1) rubocop-capybara (= 2.21.0) rubocop-factory_bot (= 2.26.1) rubocop-performance (= 1.22.1) @@ -138,7 +139,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.2) semantic simplecov (< 0.18) - simplycop (= 2.7.2) + simplycop (= 2.8.0) BUNDLED WITH 2.5.22