Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 28, 2023
1 parent d51bed8 commit 27a027e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ Gem::Specification.new do |gem|
gem.add_dependency "deface", '>= 1.0.2', '< 2.0.0'
gem.add_dependency "angular-rails-templates", "~> 1.1.0"
gem.add_development_dependency "uglifier"

# Rubocop
gem.add_development_dependency 'rubocop'
gem.add_development_dependency 'rubocop-minitest'
gem.add_development_dependency 'rubocop-performance'
gem.add_development_dependency 'rubocop-rails'
end

0 comments on commit 27a027e

Please sign in to comment.