From 7b16a65d878510402f2d2c7d0dc85ccf08bffc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 07:45:53 +0000 Subject: [PATCH] Bump simplycop from 1.14.9 to 1.14.12 Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 1.14.9 to 1.14.12. - [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 | 40 +++++++++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 5cf6edd..82e317e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development, :test do gem 'rspec' gem 'rspec-mocks', '~> 3.12.6' gem 'simplecov', '< 0.18' - gem 'simplycop', '1.14.9' + gem 'simplycop', '1.14.12' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 73c4e97..eb55030 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,19 +1,28 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.1) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) base64 (0.1.1) + bigdecimal (3.1.4) coderay (1.1.3) concurrent-ruby (1.2.2) + connection_pool (2.4.1) diff-lcs (1.5.0) docile (1.4.0) + drb (2.2.0) + ruby2_keywords faraday (2.7.11) base64 faraday-net_http (>= 2.0, < 3.1) @@ -28,21 +37,22 @@ GEM language_server-protocol (3.17.0.3) method_source (1.0.0) minitest (5.20.0) + mutex_m (0.2.0) octokit (8.0.0) faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.3) - racc (1.7.1) + racc (1.7.3) rack (3.0.8) rainbow (3.1.1) - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -57,19 +67,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.56.4) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.19.0) rubocop (~> 1.41) @@ -78,12 +88,12 @@ GEM rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.21.2) + rubocop-rails (2.22.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.24.1) - rubocop (~> 1.33) + rubocop-rspec (2.25.0) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) @@ -97,11 +107,11 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (1.14.9) - rubocop (= 1.56.4) + simplycop (1.14.12) + rubocop (= 1.57.1) rubocop-performance (= 1.19.1) - rubocop-rails (= 2.21.2) - rubocop-rspec (= 2.24.1) + rubocop-rails (= 2.22.1) + rubocop-rspec (= 2.25.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) @@ -118,7 +128,7 @@ DEPENDENCIES rspec-mocks (~> 3.12.6) semantic simplecov (< 0.18) - simplycop (= 1.14.9) + simplycop (= 1.14.12) BUNDLED WITH 2.4.12