lib/gemsmith/templates/%project_name%/lib/%project_path%/cli/actions/container.rb.erb in gemsmith-18.5.0 vs lib/gemsmith/templates/%project_name%/lib/%project_path%/cli/actions/container.rb.erb in gemsmith-18.6.0

- old
+ new

@@ -5,11 +5,9 @@ module Actions # Provides a single container of application and action specific dependencies. module Container extend Dry::Container::Mixin - config.registry = ->(container, key, value, _options) { container[key.to_s] = value } - merge <%= configuration.project_namespaced_class %>::Container register(:config) { Config.new } end end