Skip to content

Commit 682c5b8

Browse files
Bump rubocop-factory_bot from 2.23.1 to 2.24.0 (#484)
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](rubocop/rubocop-factory_bot@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a1f488 commit 682c5b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ group :development do
5959
gem 'rails_best_practices', '~> 1.20'
6060
gem 'reek', '~> 6.1', '>= 6.1.1'
6161
gem 'rubocop', '~> 1.56', require: false
62-
gem 'rubocop-factory_bot', '~> 2.23', '>= 2.23.1', require: false
62+
gem 'rubocop-factory_bot', '~> 2.24', require: false
6363
gem 'rubocop-performance', '~> 1.19', require: false
6464
gem 'rubocop-rails', '~> 2.21', require: false
6565
gem 'rubocop-rake', '~> 0.6.0', require: false

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ GEM
423423
parser (>= 3.2.1.0)
424424
rubocop-capybara (2.19.0)
425425
rubocop (~> 1.41)
426-
rubocop-factory_bot (2.23.1)
426+
rubocop-factory_bot (2.24.0)
427427
rubocop (~> 1.33)
428428
rubocop-performance (1.19.1)
429429
rubocop (>= 1.7.0, < 2.0)
@@ -544,7 +544,7 @@ DEPENDENCIES
544544
rspec-rails (~> 6.0)
545545
rspec_api_documentation (~> 6.1.0)
546546
rubocop (~> 1.56)
547-
rubocop-factory_bot (~> 2.23, >= 2.23.1)
547+
rubocop-factory_bot (~> 2.24)
548548
rubocop-performance (~> 1.19)
549549
rubocop-rails (~> 2.21)
550550
rubocop-rake (~> 0.6.0)

0 commit comments

Comments
 (0)