lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-16.2.0 vs lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-17.0.0

- old
+ new

@@ -27,10 +27,10 @@ <% end %> <% if configuration.build_cli %> spec.add_dependency "pastel", "~> 0.8" <% end %> <% if configuration.build_refinements %> - spec.add_dependency "refinements", "~> 9.1" + spec.add_dependency "refinements", "~> 9.2" <% end %> <% if configuration.build_cli %> spec.add_dependency "runcom", "~> 8.2" <% end %> <% if configuration.build_cli %>