lib/codelation/development/dependencies.rb in codelation-cli-0.0.27 vs lib/codelation/development/dependencies.rb in codelation-cli-0.0.28

- old
+ new

@@ -11,10 +11,10 @@ print_command("Re-run `codelation developer:install after Homebrew has been installed`") sleep 3 exec('ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"') end run_command("brew update") - formulas = %w(bash chruby git heroku-toolbelt imagemagick node openssl ruby-install shellcheck v8 wget) + formulas = %w(bash chruby diff-so-fancy git heroku-toolbelt imagemagick node openssl ruby-install shellcheck v8 wget) formulas.each do |formula| brew_install(formula) end end