lib/dry/system/provider_source_registry.rb in dry-system-0.26.0 vs lib/dry/system/provider_source_registry.rb in dry-system-0.27.0

- old
+ new

@@ -1,9 +1,7 @@ # frozen_string_literal: true -require "dry/core/deprecations" -require_relative "constants" -require_relative "provider/source" +require "dry/system/constants" module Dry module System # @api private class ProviderSourceRegistry