lib/contrast.rb in contrast-agent-3.14.0 vs lib/contrast.rb in contrast-agent-3.15.0

- old
+ new

@@ -1,9 +1,9 @@ # Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true # Used to prevent deprecation warnings from flooding stdout -ENV['PB_IGNORE_DEPRECATIONS'] = 'truee' +ENV['PB_IGNORE_DEPRECATIONS'] = 'true' # Top-level namespace for Contrast Security agent module Contrast end