Skip to content

Commit

Permalink
Bundle commands refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
vilusa committed Feb 24, 2019
1 parent 62a686e commit 9aff62d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def git_and_git_flow_commands
def add_pronto_to_gemfile
# Add gems
append_file('Gemfile', template_content('Pronto.erb'))
run 'bundle update'
run 'bundle'
bundle_command 'update'
bundle_command 'install'
end
end
end
2 changes: 1 addition & 1 deletion lib/cybele/generators/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def docker_development_env
end

def setup_pronto
say 'Pronto is setup'
say 'Pronto is setup', :green
build :add_pronto_to_gemfile
end

Expand Down

0 comments on commit 9aff62d

Please sign in to comment.