lib/gemsmith/templates/%project_name%/lib/%project_path%/cli/actions/config.rb.erb in gemsmith-19.3.0 vs lib/gemsmith/templates/%project_name%/lib/%project_path%/cli/actions/config.rb.erb in gemsmith-19.4.0

- old
+ new

@@ -3,12 +3,11 @@ module Actions # Handles the config action. class Config include <%= configuration.project_class %>::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