Class: Hanamismith::Builders::Bundler

Inherits:
Rubysmith::Builders::Bundler
  • Object
show all
Defined in:
lib/hanamismith/builders/bundler.rb

Overview

Builds project skeleton with Gemfile configuration. rubocop:todo Metrics/ClassLength

Instance Method Summary collapse

Instance Method Details

#callObject

:reek:TooManyStatements



13
14
15
16
17
18
19
20
21
22
23
# File 'lib/hanamismith/builders/bundler.rb', line 13

def call
  super
  insert_main_dependencies
  insert_persistence_dependencies
  alter_groups
  append_development_group
  append_test_group
  insert_development_and_test_group
  remove_zeitwerk
  configuration
end