lib/dry/schema/key_coercer.rb in dry-schema-1.10.3 vs lib/dry/schema/key_coercer.rb in dry-schema-1.10.4
- old
+ new
@@ -1,6 +1,9 @@
# frozen_string_literal: true
+require "dry/core/cache"
+require "dry/core/equalizer"
+
module Dry
module Schema
# Coerces keys in a hash using provided coercer function
#
# @api private