lib/jets/commands/templates/skeleton/Gemfile.tt in jets-3.0.18 vs lib/jets/commands/templates/skeleton/Gemfile.tt in jets-3.0.19
- old
+ new
@@ -16,9 +16,10 @@
gem "mysql2", "~> 0.5.3"
<% end %>
<% unless options[:mode] == 'job' -%>
gem "dynomite"
<% end -%>
+gem "zeitwerk", "~> 2.4.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]