Fix deprecated dry-configurable usage

This commit is contained in:
Tim Riley 2021-09-12 23:18:23 +10:00
parent 5e165d4e92
commit 3f8f7d8cd0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Dry
#
# @api public
class Config < Schema::Config
setting :macros, Macros::Container.new, constructor: :dup.to_proc
setting :macros, default: Macros::Container.new, constructor: :dup.to_proc
# @api private
def dup