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

- old
+ new

@@ -10,10 +10,10 @@ system.after(:configure, &:register_notifications) end # @api private def self.dependencies - {'dry-monitor': "dry/monitor/notifications"} + {"dry-monitor": "dry/monitor/notifications"} end # @api private def register_notifications return self if registered?(:notifications)