Add Rubocop dependency

This commit is contained in:
Sven Weidauer 2022-05-25 19:09:47 +02:00
parent e07bafcfbf
commit b5a376a52b
3 changed files with 24 additions and 0 deletions

View file

@ -13,4 +13,6 @@ Gem::Specification.new do |s|
s.executables << 'git-format-staged'
s.homepage = 'https://github.com/5sw/format-staged'
s.license = 'MIT'
s.add_development_dependency 'rubocop', '~> 1.29'
end