From f445f40a52e7a87a608b07bdfab5a943e2754bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 07:22:25 +0000 Subject: [PATCH] Bump simplycop from 1.14.12 to 1.14.14 Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 1.14.12 to 1.14.14. - [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 | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 82e317e..96db749 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.12' + gem 'simplycop', '1.14.14' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index eb55030..bca31fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.1) + activesupport (7.1.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -14,7 +14,7 @@ GEM addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - base64 (0.1.1) + base64 (0.2.0) bigdecimal (3.1.4) coderay (1.1.3) concurrent-ruby (1.2.2) @@ -67,8 +67,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.57.1) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -107,8 +106,8 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (1.14.12) - rubocop (= 1.57.1) + simplycop (1.14.14) + rubocop (= 1.57.2) rubocop-performance (= 1.19.1) rubocop-rails (= 2.22.1) rubocop-rspec (= 2.25.0) @@ -128,7 +127,7 @@ DEPENDENCIES rspec-mocks (~> 3.12.6) semantic simplecov (< 0.18) - simplycop (= 1.14.12) + simplycop (= 1.14.14) BUNDLED WITH 2.4.12