lib/dry/system/plugins/monitoring.rb in dry-system-0.22.0 vs lib/dry/system/plugins/monitoring.rb in dry-system-0.23.0

- old
+ new

@@ -19,10 +19,10 @@ end end # @api private def self.dependencies - {'dry-events': "dry/events/publisher"} + {"dry-events": "dry/events/publisher"} end # @api private def monitor(key, **options, &block) notifications = self[:notifications]