Skip to content

Commit d7241a8

Browse files
committed
add newly required rubocop-rake dependency
1 parent 28b98d2 commit d7241a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ group :test, :development do
1313
gem 'yard', '~>0.9.28'
1414
# linter for ruby
1515
gem 'rubocop', '~>1.75.7'
16+
gem 'rubocop-rake', require: false # for rake tasks linting
1617
# test for ruby
1718
gem 'rspec', '~>3.11'
1819
# code coverage to monitor rspec tests

0 commit comments

Comments
 (0)