Skip to content

Commit

Permalink
Merge pull request #5419 from ehelms/fixes-11348
Browse files Browse the repository at this point in the history
Fixes #11348: Remove justified rubygem as a dependency.
  • Loading branch information
ehelms committed Aug 18, 2015
2 parents b5f0c40 + 83637bb commit 617448e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion katello.gemspec
Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |gem|
gem.add_dependency "hooks"
gem.add_dependency "foreman-tasks", "~> 0.7.1"
gem.add_dependency "foreman_docker", ">= 0.2.0"
gem.add_dependency "justified"
gem.add_dependency "strong_parameters", "~> 0.2.1" # remove after we upgrade to Rails 4

gem.add_dependency "qpid_messaging", ">= 0.30.0", '< 0.31.0'
Expand Down
1 change: 0 additions & 1 deletion lib/katello.rb
Expand Up @@ -10,7 +10,6 @@
require "foreigner"
require "foreman-tasks"
require "rest_client"
require "justified/standard_error"
require "anemone"
require "securerandom"
require 'foreman_docker'
Expand Down

0 comments on commit 617448e

Please sign in to comment.