Skip to content

Commit bca771b

Browse files
committed
AutoCorrect: contextual needs rubocop v1.61
https://github.com/rubocop/rubocop/releases/tag/v1.61.0
1 parent 884310c commit bca771b

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
## 3.0.0 (2024-06-11)
68

79
- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])

rubocop-rspec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
3737
'rubygems_mfa_required' => 'true'
3838
}
3939

40-
spec.add_dependency 'rubocop', '~> 1.40'
40+
spec.add_dependency 'rubocop', '~> 1.61'
4141
end

0 commit comments

Comments
 (0)