Skip to content

Commit

Permalink
Merge pull request #126 from rubocop/bump1_61
Browse files Browse the repository at this point in the history
`AutoCorrect: contextual` needs rubocop v1.61
  • Loading branch information
ydah authored Jun 11, 2024
2 parents 02781b7 + 4f199da commit 90ed1a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master (Unreleased)

## 2.26.1 (2024-06-12)

- 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 lib/rubocop/factory_bot/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module FactoryBot
# Version information for the factory_bot RuboCop plugin.
module Version
STRING = '2.26.0'
STRING = '2.26.1'
end
end
end
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 90ed1a1

Please sign in to comment.