Skip to content

Commit

Permalink
AutoCorrect: contextual needs rubocop v1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jun 11, 2024
1 parent 02781b7 commit 332ee8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

- Bump RuboCop requirement to +1.61. ([@ydah])

## 2.26.0 (2024-06-08)

- Fix a false positive for `FactoryBot/AssociationStyle` when using nested factories with traits. ([@jaydorsey])
Expand Down
2 changes: 1 addition & 1 deletion rubocop-factory_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

spec.add_runtime_dependency 'rubocop', '~> 1.41'
spec.add_runtime_dependency 'rubocop', '~> 1.61'
end

0 comments on commit 332ee8c

Please sign in to comment.