Gemfile in jets-1.4.10 vs Gemfile in jets-1.4.11

- old
+ new

@@ -6,8 +6,9 @@ # required here for specs # TODO: Only require webpacker in Gemfile of project if possible. # Need both because of jets/application.rb and jets/webpacker/middleware_setup.rb group :development, :test do gem "mysql2", "~> 0.5.2" + gem "dynomite" gem "webpacker", git: "https://github.com/tongueroo/webpacker.git", branch: "jets" gem "rspec_junit_formatter" end