Skip to content

Commit

Permalink
Merge pull request #92 from mvz/update-rubocop-config
Browse files Browse the repository at this point in the history
Bump RuboCop dependency versions and update configuration
  • Loading branch information
mvz committed Jun 3, 2023
2 parents b5c1a22 + 6542211 commit 94c465d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ AllCops:
NewCops: enable
TargetRubyVersion: 2.7

# Put development dependencies in the gemspec so rubygems.org knows about them
Gemspec/DevelopmentDependencies:
EnforcedStyle: gemspec

# Spaces in strings with line continuations go at the beginning of the line.
Layout/LineContinuationLeadingSpace:
EnforcedStyle: leading
Expand Down
6 changes: 3 additions & 3 deletions ghtml2pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rake-manifest", "~> 0.2.0"
spec.add_development_dependency "rspec", "~> 3.3"
spec.add_development_dependency "rubocop", "~> 1.32"
spec.add_development_dependency "rubocop", "~> 1.51"
spec.add_development_dependency "rubocop-packaging", "~> 0.5.0"
spec.add_development_dependency "rubocop-performance", "~> 1.13"
spec.add_development_dependency "rubocop-rspec", "~> 2.9"
spec.add_development_dependency "rubocop-performance", "~> 1.18"
spec.add_development_dependency "rubocop-rspec", "~> 2.22"
end

0 comments on commit 94c465d

Please sign in to comment.