From 82e74969b9e735c18a5b0b9e0ed8fd025b73fb39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:37:08 +0000 Subject: [PATCH] Bump rubocop-factory_bot from 2.23.1 to 2.24.0 Bumps [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) from 2.23.1 to 2.24.0. - [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases) - [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-factory_bot/compare/v2.23.1...v2.24.0) --- updated-dependencies: - dependency-name: rubocop-factory_bot dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 99fd32268ca..fe83082c906 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ group :development do gem "pronto-scss", "~> 0.11.0", require: false gem "rubocop", "~> 1.56.2", require: false gem "rubocop-capybara", "~> 2.18.0", require: false - gem "rubocop-factory_bot", "~> 2.23.1", require: false + gem "rubocop-factory_bot", "~> 2.24.0", require: false gem "rubocop-performance", "~> 1.19.0", require: false gem "rubocop-rails", "~> 2.20.2", require: false gem "rubocop-rspec", "~> 2.23.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index bb615421ef6..aaf29d65a40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -535,7 +535,7 @@ GEM parser (>= 3.2.1.0) rubocop-capybara (2.18.0) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) + rubocop-factory_bot (2.24.0) rubocop (~> 1.33) rubocop-performance (1.19.0) rubocop (>= 1.7.0, < 2.0) @@ -642,7 +642,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) uniform_notifier (1.16.0) uuidtools (2.2.0) version_gem (1.1.3) @@ -757,7 +757,7 @@ DEPENDENCIES rspec-rails (~> 5.1.2) rubocop (~> 1.56.2) rubocop-capybara (~> 2.18.0) - rubocop-factory_bot (~> 2.23.1) + rubocop-factory_bot (~> 2.24.0) rubocop-performance (~> 1.19.0) rubocop-rails (~> 2.20.2) rubocop-rspec (~> 2.23.2)