Skip to content

Commit

Permalink
add rubocop-rake for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitosch committed Sep 11, 2024
1 parent 2ce2a31 commit 23cff7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand Down Expand Up @@ -110,6 +112,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.0)
rubocop-performance (~> 1.5)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.8)
simplecov (~> 0.16)
simplecov-cobertura (~> 2.0)
Expand Down
1 change: 1 addition & 0 deletions prawn-swiss_qr_bill.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 1.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.5'
spec.add_development_dependency 'rubocop-rspec', '~> 2.8'
spec.add_development_dependency 'rubocop-rake', '~> 0.6.0'
spec.add_development_dependency 'simplecov', '~> 0.16'
spec.add_development_dependency 'simplecov-cobertura', '~> 2.0'

Expand Down

0 comments on commit 23cff7f

Please sign in to comment.