From 98b3962f35768e97238bdfbf1dd2ab1439052c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 07:24:57 +0000 Subject: [PATCH] Bump simplycop from 2.11.0 to 2.11.1 Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 2.11.0 to 2.11.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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b2b187a..d0088d3 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.11.0' + gem 'simplycop', '2.11.1' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index a93505b..b493b9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM benchmark (0.4.0) bigdecimal (3.1.9) coderay (1.1.3) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) connection_pool (2.5.0) diff-lcs (1.5.1) docile (1.4.1) @@ -34,7 +34,7 @@ GEM net-http faraday-retry (2.2.1) faraday (~> 2.0) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) json (2.9.1) jwt (2.10.1) @@ -49,7 +49,7 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc pry (0.15.2) @@ -113,7 +113,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.11.0) + simplycop (2.11.1) rubocop (= 1.70.0) rubocop-ast (= 1.37.0) rubocop-capybara (= 2.21.0) @@ -141,7 +141,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.2) semantic simplecov (< 0.18) - simplycop (= 2.11.0) + simplycop (= 2.11.1) BUNDLED WITH 2.5.22