lib/dry/schema/macros/required.rb in dry-schema-1.4.3 vs lib/dry/schema/macros/required.rb in dry-schema-1.5.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require 'dry/schema/macros/key' +require "dry/schema/macros/key" module Dry module Schema module Macros # A Key specialization used for keys that must be present