too aggressive with the deletes...
This commit is contained in:
parent
9de092ba5f
commit
554577b139
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ module Middleman
|
||||||
# Write a Bundler Gemfile file for project
|
# Write a Bundler Gemfile file for project
|
||||||
# @return [void]
|
# @return [void]
|
||||||
def generate_bundler!
|
def generate_bundler!
|
||||||
|
template self.class.gemfile_template, File.join(location, 'Gemfile')
|
||||||
return if options[:'skip-bundle']
|
return if options[:'skip-bundle']
|
||||||
inside(location) do
|
inside(location) do
|
||||||
run('bundle install')
|
run('bundle install')
|
||||||
|
|
Loading…
Reference in a new issue