lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-21.9.0 vs lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-21.10.0

- old
+ new

@@ -34,10 +34,10 @@ 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.15" + spec.add_dependency "cogger", "~> 0.21" <% end %> <% if configuration.build_cli %> spec.add_dependency "containable", "~> 0.0" <% end %> <% if configuration.build_cli %>