lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-0.14.0 vs lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-0.15.0

- old
+ new

@@ -1,11 +1,11 @@ ruby File.read(".ruby-version").strip source "https://rubygems.org" <% if configuration.build_refinements %> - gem "refinements", "~> 8.0" + gem "refinements", "~> 8.4" <% end %> <% if configuration.build_zeitwerk %> gem "zeitwerk", "~> 2.4" <% end %> @@ -35,10 +35,10 @@ group :development do <% if configuration.build_rake %> gem "rake", "~> 13.0" <% end %> <% if configuration.markdown? %> - gem "tocer", "~> 12.0" + gem "tocer", "~> 12.1" <% end %> end group :test do <% if configuration.build_guard %>