Skip to content

Commit

Permalink
Merge pull request #105 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 committed Jul 5, 2024
2 parents 0b08c71 + 14b9896 commit bf12fe2
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 @@ -98,10 +98,6 @@ Style/WordArray:

# Project-specific configuration goes here.

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

# Tell SpecFilePathFormat about custom file name
RSpec/SpecFilePathFormat:
CustomTransform:
Expand Down
2 changes: 1 addition & 1 deletion ghtml2pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ 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"
end

0 comments on commit bf12fe2

Please sign in to comment.