Skip to content

Commit ee36d00

Browse files
authored
Merge pull request #39 from rubocop/bump1_61
`AutoCorrect: contextual` needs rubocop v1.61
2 parents f7ed399 + e5510d5 commit ee36d00

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+
## 2.29.1 (2024-06-12)
6+
7+
- Bump RuboCop requirement to +1.61. ([@ydah])
8+
59
## 2.29.0 (2024-06-08)
610

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

lib/rubocop/rspec_rails/version.rb

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

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)