lib/katello.rb in katello-4.13.1 vs lib/katello.rb in katello-4.14.0.rc1

- old
+ new

@@ -10,11 +10,9 @@ require "rest_client" require "securerandom" require "deface" -require "securerandom" - # to make Foreman#in_rake? helper available if Foreman's lib is available lib_foreman = File.expand_path('lib/foreman', Rails.root) require lib_foreman if Dir.exist?(lib_foreman) require File.expand_path("../engines/bastion/lib/bastion", File.dirname(__FILE__))