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 071926a commit b10aa34Copy full SHA for b10aa34
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+- Bump RuboCop requirement to +1.61. ([@ydah])
6
+
7
## 2.29.0 (2024-06-08)
8
9
- Support `AutoCorrect: contextual` option for LSP. ([@ydah])
rubocop-rspec_rails.gemspec
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
34
'rubygems_mfa_required' => 'true'
35
}
36
37
- spec.add_runtime_dependency 'rubocop', '~> 1.40'
+ spec.add_runtime_dependency 'rubocop', '~> 1.61'
38
end
0 commit comments