From 28b2a4c405365ec271adfad04124b20e18f7a9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:24:30 +0000 Subject: [PATCH] Update rubocop-factory_bot requirement from != 2.26.0 to >= 0 Updates the requirements on [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) to permit the latest version. - [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.22.0...v2.26.0) --- updated-dependencies: - dependency-name: rubocop-factory_bot dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index db64ff67..a0163ff2 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :test do gem 'simplecov-console' # Temporary exclusion required as these versions are currently broken for us - gem 'rubocop-factory_bot', '!= 2.26.0', require: false + gem 'rubocop-factory_bot', '>= 0', require: false gem 'rubocop-rspec_rails', '!= 2.29.0', require: false end