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

Update shim to match dry-configurable’s configure #88

Closed timriley closed 1 year ago

timriley commented 1 year ago

Now we require config to be updated inside configure blocks only.

This matches the behaviour that we're introducing in https://github.com/dry-rb/dry-configurable/pull/140.