From 42a77a9a83fb78039da04ade14ddc69ddfb21c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:16:55 +0000 Subject: [PATCH] Bump simplycop from 2.3.2 to 2.5.0 Bumps [simplycop](https://github.com/simplybusiness/simplycop) from 2.3.2 to 2.5.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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 60b851c..a3036e2 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development, :test do gem 'rspec' gem 'rspec-mocks', '~> 3.13.1' gem 'simplecov', '< 0.18' - gem 'simplycop', '2.3.2' + gem 'simplycop', '2.5.0' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 4b0a356..9e398cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,7 @@ GEM net-http faraday-retry (2.2.1) faraday (~> 2.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.7.2) jwt (2.9.0) @@ -84,10 +84,10 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.26.1) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -108,18 +108,18 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.3.2) + simplycop (2.5.0) rubocop (= 1.66.1) rubocop-ast (= 1.32.3) rubocop-capybara (= 2.21.0) rubocop-factory_bot (= 2.26.1) - rubocop-performance (= 1.21.1) - rubocop-rails (= 2.26.1) + rubocop-performance (= 1.22.1) + rubocop-rails (= 2.26.2) rubocop-rspec (= 3.0.5) rubocop-rspec_rails (= 2.30.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.0) PLATFORMS @@ -134,7 +134,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.1) semantic simplecov (< 0.18) - simplycop (= 2.3.2) + simplycop (= 2.5.0) BUNDLED WITH 2.4.12