From 23cff7f194f4b884c104204d2079c5489a85af34 Mon Sep 17 00:00:00 2001 From: Mitosch Date: Wed, 11 Sep 2024 11:45:12 -0600 Subject: [PATCH] add rubocop-rake for github actions --- Gemfile.lock | 3 +++ prawn-swiss_qr_bill.gemspec | 1 + 2 files changed, 4 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 8d23dc3..edc9dbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/prawn-swiss_qr_bill.gemspec b/prawn-swiss_qr_bill.gemspec index af59b77..fbf612b 100644 --- a/prawn-swiss_qr_bill.gemspec +++ b/prawn-swiss_qr_bill.gemspec @@ -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'