Skip to content

Commit 955e485

Browse files
authored
Merge pull request #1901 from rubocop/bump1_61
`AutoCorrect: contextual` needs rubocop v1.61
2 parents c9610cf + ae3209c commit 955e485

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## Master (Unreleased)
44

5+
## 3.0.1 (2024-06-11)
6+
7+
- Bump RuboCop requirement to +1.61. ([@ydah])
8+
59
## 3.0.0 (2024-06-11)
610

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

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '3.0.0'
7+
STRING = '3.0.1'
88
end
99
end
1010
end

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)