lib/dry/schema/compiler.rb in dry-schema-1.10.6 vs lib/dry/schema/compiler.rb in dry-schema-1.11.0

- old
+ new

@@ -1,10 +1,6 @@ # frozen_string_literal: true -require "dry/logic/rule_compiler" -require "dry/schema/namespaced_rule" -require "dry/schema/predicate_registry" - module Dry module Schema # Extended rule compiler used internally by the DSL # # @api private