Skip to content

Commit

Permalink
Fixes #37094 - Drop uglifier development dependency
Browse files Browse the repository at this point in the history
Fixes: d23f8df
(cherry picked from commit 6af370d)
  • Loading branch information
evgeni authored and ekohl committed Apr 19, 2024
1 parent 2c80046 commit 42ca007
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"

# Testing
gem.add_development_dependency "factory_bot_rails", "~> 4.5"
Expand Down

0 comments on commit 42ca007

Please sign in to comment.