1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-29 00:30:24 +02:00

gems: include rubocop-rake and fix linting

This commit is contained in:
cn
2020-12-25 18:16:27 +01:00
parent 61f7cbd76c
commit 597b619b0b
3 changed files with 5 additions and 0 deletions

View File

@ -38,5 +38,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop', '~> 1.6.1'
s.add_development_dependency 'rubocop-rake', '~> 0.5.1'
s.add_development_dependency 'solargraph', ' ~> 0.40.0'
end