lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-18.5.0 vs lib/gemsmith/templates/%project_name%/%project_name%.gemspec.erb in gemsmith-18.6.0
- old
+ new
@@ -34,11 +34,11 @@
spec.cert_chain = [Gem.default_cert_path]
<% end %>
spec.required_ruby_version = "~> <%= RUBY_VERSION[/\d+\.\d+/] %>"
<% if configuration.build_cli %>
- spec.add_dependency "auto_injector", "~> 0.6"
+ spec.add_dependency "auto_injector", "~> 0.7"
<% end %>
<% if configuration.build_cli %>
spec.add_dependency "dry-container", "~> 0.10"
<% end %>
<% if configuration.build_refinements %>
@@ -49,10 +49,10 @@
<% end %>
<% if configuration.build_cli %>
spec.add_dependency "spek", "~> 0.5"
<% end %>
<% if configuration.build_zeitwerk %>
- spec.add_dependency "zeitwerk", "~> 2.5"
+ spec.add_dependency "zeitwerk", "~> 2.6"
<% end %>
<% if configuration.build_cli %>
spec.bindir = "exe"
spec.executables << "<%= configuration.project_name %>"