Skip to content

Commit

Permalink
Merge pull request #1901 from rubocop/bump1_61
Browse files Browse the repository at this point in the history
`AutoCorrect: contextual` needs rubocop v1.61
  • Loading branch information
bquorning committed Jun 11, 2024
2 parents c9610cf + ae3209c commit 955e485
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)

## 3.0.1 (2024-06-11)

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

## 3.0.0 (2024-06-11)

- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
end
end
2 changes: 1 addition & 1 deletion rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

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

0 comments on commit 955e485

Please sign in to comment.