Skip to content

Commit

Permalink
Drop uglifier dependency
Browse files Browse the repository at this point in the history
Fixes: d23f8df
  • Loading branch information
evgeni committed Jan 24, 2024
1 parent 861a08a commit 35acc4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion engines/bastion/bastion.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]

s.add_dependency "angular-rails-templates", "~> 1.1.0"
s.add_development_dependency "uglifier"
end
1 change: 0 additions & 1 deletion katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Gem::Specification.new do |gem|
# UI
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 'theforeman-rubocop', '~> 0.0.6'
Expand Down

0 comments on commit 35acc4b

Please sign in to comment.