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.
2 parents c9610cf + ae3209c commit 955e485Copy full SHA for 955e485
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Master (Unreleased)
4
5
+## 3.0.1 (2024-06-11)
6
+
7
+- Bump RuboCop requirement to +1.61. ([@ydah])
8
9
## 3.0.0 (2024-06-11)
10
11
- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '3.0.0'
+ STRING = '3.0.1'
end
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
0 commit comments