lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-19.0.0 vs lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-19.1.0
- old
+ new
@@ -34,9 +34,12 @@
spec.cert_chain = [Gem.default_cert_path]
<% end %>
spec.required_ruby_version = "~> <%= RUBY_VERSION[/\d+\.\d+/] %>"
<% if configuration.build_cli %>
+ spec.add_dependency "cogger", "~> 0.5"
+ <% end %>
+ <% if configuration.build_cli %>
spec.add_dependency "dry-container", "~> 0.11"
<% end %>
<% if configuration.build_cli %>
spec.add_dependency "infusible", "~> 1.0"
<% end %>