lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-21.3.0 vs lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-21.4.0
- old
+ new
@@ -46,10 +46,10 @@
<% end %>
<% if configuration.build_cli %>
spec.add_dependency "etcher", "~> 1.0"
<% end %>
<% if configuration.build_cli %>
- spec.add_dependency "infusible", "~> 3.0"
+ spec.add_dependency "infusible", "~> 3.4"
<% end %>
<% if configuration.build_refinements %>
spec.add_dependency "refinements", "~> 12.1"
<% end %>
<% if configuration.build_cli %>