lib/contrast/agent/inventory/policy/policy.rb in contrast-agent-3.13.2 vs lib/contrast/agent/inventory/policy/policy.rb in contrast-agent-3.14.0
- old
+ new
@@ -1,12 +1,12 @@
# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true
-cs__scoped_require 'contrast/agent/inventory/policy/trigger_node'
-cs__scoped_require 'contrast/agent/patching/policy/policy'
+require 'contrast/agent/inventory/policy/trigger_node'
+require 'contrast/agent/patching/policy/policy'
# classes required by patches in the policy
-cs__scoped_require 'contrast/agent/inventory/policy/datastores'
+require 'contrast/agent/inventory/policy/datastores'
module Contrast
module Agent
module Inventory
module Policy