require “bundler/setup” <% if engine? && !options && with_dummy_app? -%>

APP_RAKEFILE = File.expand_path(“<%= dummy_path -%>/Rakefile”, __dir__) load “rails/tasks/engine.rake” <% end -%> <% unless options -%>

require “bundler/gem_tasks” <% end -%>