lib/jets/commands/templates/skeleton/Gemfile.tt in jets-3.0.23 vs lib/jets/commands/templates/skeleton/Gemfile.tt in jets-3.1.0

- old
+ new

@@ -16,10 +16,10 @@ gem "mysql2", "~> 0.5.3" <% end %> <% unless options[:mode] == 'job' -%> gem "dynomite" <% end -%> -gem "zeitwerk", "~> 2.4.0" +gem "zeitwerk", "~> 2.5.0" # development and test groups are not bundled as part of the deployment group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]