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 f7ed399 + e5510d5 commit ee36d00Copy full SHA for ee36d00
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Master (Unreleased)
4
5
+## 2.29.1 (2024-06-12)
6
+
7
+- Bump RuboCop requirement to +1.61. ([@ydah])
8
9
## 2.29.0 (2024-06-08)
10
11
- Support `AutoCorrect: contextual` option for LSP. ([@ydah])
lib/rubocop/rspec_rails/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpecRails
# Version information for the RSpec Rails RuboCop plugin.
module Version
- STRING = '2.29.0'
+ STRING = '2.29.1'
end
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
0 commit comments