dry-rb / dry-container

A simple, configurable object container implemented in Ruby
https://dry-rb.org/gems/dry-container
MIT License
335 stars 41 forks source link

Use dry/configurable if available #85

Closed solnic closed 2 years ago

solnic commented 2 years ago

This is a quick follow up after #84 because it may be a common situation when dry/configurable API is provided by the class that includes dry/container, in such case we should rely on it as otherwise there would be a conflict.