lib/jets/commands/templates/skeleton/Gemfile.tt in jets-4.0.7 vs lib/jets/commands/templates/skeleton/Gemfile.tt in jets-4.0.8

- old
+ new

@@ -14,10 +14,10 @@ # Include mysql2 gem if you are using ActiveRecord, remove next line # and config/database.yml file if you are not gem "mysql2", "~> 0.5.3" <% end %> <% unless options[:mode] == 'job' -%> -gem "dynomite" +gem "dynomite", "~> 1.2.7" <% end -%> gem "zeitwerk", ">= 2.5.0" # development and test groups are not bundled as part of the deployment group :development, :test do