lib/rubysmith/cli/actions/config.rb in rubysmith-4.4.0 vs lib/rubysmith/cli/actions/config.rb in rubysmith-4.5.0

- old
+ new

@@ -5,11 +5,11 @@ module Actions # Handles the config action. class Config include Rubysmith::Import[:kernel, :logger] - def initialize client: Configuration::Loader::CLIENT, **dependencies - super(**dependencies) + def initialize(client: Configuration::Loader::CLIENT, **) + super(**) @client = client end def call selection case selection