lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-19.6.0 vs lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-19.7.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.5"
+ spec.add_dependency "cogger", "~> 0.8"
<% end %>
<% if configuration.build_cli %>
spec.add_dependency "core", "~> 0.1"
<% end %>
<% if configuration.build_cli %>