lib/contrast/agent/railtie.rb in contrast-agent-3.13.2 vs lib/contrast/agent/railtie.rb in contrast-agent-3.14.0
- old
+ new
@@ -1,8 +1,8 @@
# 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/utils/job_servers_running'
+require 'contrast/utils/job_servers_running'
module Contrast
module Agent
# A Railtie to allow for the automatic hooking of the Agent into a Rails
# application.