lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-20.4.0 vs lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-20.5.0

- old
+ new

@@ -46,10 +46,10 @@ <% end %> <% if configuration.build_cli %> spec.add_dependency "etcher", "~> 0.2" <% end %> <% if configuration.build_cli %> - spec.add_dependency "infusible", "~> 2.0" + spec.add_dependency "infusible", "~> 2.2" <% end %> <% if configuration.build_refinements %> spec.add_dependency "refinements", "~> 11.0" <% end %> <% if configuration.build_cli %>