lib/codelation/development/dependencies.rb in codelation-cli-0.0.20 vs lib/codelation/development/dependencies.rb in codelation-cli-0.0.21
- old
+ new
@@ -13,10 +13,12 @@
exec('ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"')
end
run_command("brew install bash")
run_command("brew install git")
+ run_command("brew install heroku")
run_command("brew install imagemagick")
+ run_command("brew install node")
run_command("brew install openssl")
run_command("brew install shellcheck")
run_command("brew install v8")
run_command("brew install wget")
end