Skip to content

Commit

Permalink
Merge pull request #239 from mvz/dependabot/bundler/rubocop-rspec-tw-3.0
Browse files Browse the repository at this point in the history
Update rubocop-rspec requirement from ~> 2.24 to ~> 3.0
  • Loading branch information
mvz authored Jul 5, 2024
2 parents aca54e9 + 9887248 commit b68c183
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ RSpec/DescribeClass:
Exclude:
- 'spec/regressions/*.rb'

# Disabled because RSpec/SpecFilePathFormat is automatically enabled as a new cop
RSpec/FilePath:
Enabled: false

RSpec/SpecFilePathFormat:
CustomTransform:
HappyMapper: 'happymapper'
Expand Down
2 changes: 1 addition & 1 deletion nokogiri-happymapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop", "~> 1.56"
spec.add_development_dependency "rubocop-packaging", "~> 0.5.2"
spec.add_development_dependency "rubocop-performance", "~> 1.19"
spec.add_development_dependency "rubocop-rspec", "~> 2.24"
spec.add_development_dependency "rubocop-rspec", "~> 3.0"
spec.add_development_dependency "simplecov", "~> 0.22.0"
end

0 comments on commit b68c183

Please sign in to comment.