From 554577b139187d472664f719211e8ae288744342 Mon Sep 17 00:00:00 2001 From: Karl Freeman Date: Thu, 13 Mar 2014 10:05:30 +0000 Subject: [PATCH] too aggressive with the deletes... --- middleman-templates/lib/middleman-templates.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/middleman-templates/lib/middleman-templates.rb b/middleman-templates/lib/middleman-templates.rb index 467c1345..d6827b4a 100644 --- a/middleman-templates/lib/middleman-templates.rb +++ b/middleman-templates/lib/middleman-templates.rb @@ -66,6 +66,7 @@ module Middleman # Write a Bundler Gemfile file for project # @return [void] def generate_bundler! + template self.class.gemfile_template, File.join(location, 'Gemfile') return if options[:'skip-bundle'] inside(location) do run('bundle install')