Skip to content

Commit

Permalink
Bump rubocop-factory_bot from 2.23.1 to 2.24.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 3, 2023
1 parent edcef9e commit 82e7496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 82e7496

Please sign in to comment.