Skip to content

Commit

Permalink
Merge pull request #39 from rubocop/bump1_61
Browse files Browse the repository at this point in the history
`AutoCorrect: contextual` needs rubocop v1.61
  • Loading branch information
ydah authored Jun 11, 2024
2 parents f7ed399 + e5510d5 commit ee36d00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master (Unreleased)

## 2.29.1 (2024-06-12)

- Bump RuboCop requirement to +1.61. ([@ydah])

## 2.29.0 (2024-06-08)

- Support `AutoCorrect: contextual` option for LSP. ([@ydah])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec_rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
end
end
2 changes: 1 addition & 1 deletion rubocop-rspec_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

spec.add_runtime_dependency 'rubocop', '~> 1.40'
spec.add_runtime_dependency 'rubocop', '~> 1.61'
end

0 comments on commit ee36d00

Please sign in to comment.