Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add rubocop base gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorzeniec committed Mar 23, 2021
1 parent 42f55c4 commit 6381c59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions on-ruby-linter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'rubocop', '~> 1.11'
spec.add_dependency 'rubocop-performance', '~> 1.10'
spec.add_dependency 'rubocop-rails', '~> 2.9'
end

0 comments on commit 6381c59

Please sign in to comment.