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 884310c commit bca771b
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])

## 3.0.0 (2024-06-11)

- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
Expand Down
2 changes: 1 addition & 1 deletion rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

spec.add_dependency 'rubocop', '~> 1.40'
spec.add_dependency 'rubocop', '~> 1.61'
end

0 comments on commit bca771b

Please sign in to comment.