Skip to content

Commit b10aa34

Browse files
committed
AutoCorrect: contextual needs rubocop v1.61
follow up: rubocop/rubocop-rspec#1901
1 parent 071926a commit b10aa34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
- Bump RuboCop requirement to +1.61. ([@ydah])
6+
57
## 2.29.0 (2024-06-08)
68

79
- Support `AutoCorrect: contextual` option for LSP. ([@ydah])

rubocop-rspec_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
3434
'rubygems_mfa_required' => 'true'
3535
}
3636

37-
spec.add_runtime_dependency 'rubocop', '~> 1.40'
37+
spec.add_runtime_dependency 'rubocop', '~> 1.61'
3838
end

0 commit comments

Comments
 (0)