We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AutoCorrect: contextual
1 parent 884310c commit bca771bCopy full SHA for bca771b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+- Bump RuboCop requirement to +1.61. ([@ydah])
6
+
7
## 3.0.0 (2024-06-11)
8
9
- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
rubocop-rspec.gemspec
@@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
37
'rubygems_mfa_required' => 'true'
38
}
39
40
- spec.add_dependency 'rubocop', '~> 1.40'
+ spec.add_dependency 'rubocop', '~> 1.61'
41
end
0 commit comments