Method: Underlay::AppGenerator#customize_gemfile

Defined in:
lib/underlay/generators/app_generator.rb

#customize_gemfileObject



98
99
100
101
102
103
# File 'lib/underlay/generators/app_generator.rb', line 98

def customize_gemfile
  build :replace_gemfile, options[:path]
  build :set_ruby_to_version_being_used
  bundle_command 'install'
  build_for_non_api :configure_simple_form
end