lib/bolt/pal/yaml_plan/transpiler.rb in bolt-3.17.0 vs lib/bolt/pal/yaml_plan/transpiler.rb in bolt-3.18.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true -require 'bolt/error' -require 'bolt/pal/yaml_plan/loader' -require 'bolt/util' +require_relative '../../../bolt/error' +require_relative '../../../bolt/pal/yaml_plan/loader' +require_relative '../../../bolt/util' module Bolt class PAL class YamlPlan class Transpiler