From ee7906be0ee3e21af6685b8ef9b84b022e5dd358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:21:50 +0000 Subject: [PATCH] Update rubocop-rspec_rails requirement from != 2.29.0 to >= 0 Updates the requirements on [rubocop-rspec_rails](https://github.com/rubocop/rubocop-rspec_rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec_rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec_rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec_rails/compare/v2.28.0...v2.29.0) --- updated-dependencies: - dependency-name: rubocop-rspec_rails 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..b7fc314b 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :test do # Temporary exclusion required as these versions are currently broken for us gem 'rubocop-factory_bot', '!= 2.26.0', require: false - gem 'rubocop-rspec_rails', '!= 2.29.0', require: false + gem 'rubocop-rspec_rails', '>= 0', require: false end group :acceptance do