class Middleman::Templates::Base

def self.gemfile_template

method to override the template path.
The gemfile template to use. Individual templates can define this class
def self.gemfile_template
  'shared/Gemfile.tt'
end