Fix heroku package in Brewfile

This commit is contained in:
2019-01-28 17:47:30 +00:00
parent a694d1c40b
commit ab021e77c0

View File

@@ -23,7 +23,6 @@ brew 'git-crypt'
brew 'git-standup'
brew 'global', args: ['with-ctags', 'with-pygments']
brew 'go'
brew 'heroku'
brew 'htop'
brew 'httpie'
brew 'jq'
@@ -56,15 +55,22 @@ brew 'yank'
brew 'yarn'
brew 'zsh'
# Custom taps
tap 'golangci/tap'
brew 'golangci-lint'
tap 'goreleaser/tap'
brew 'goreleaser'
tap 'heroku/brew'
brew 'heroku'
tap 'nektos/tap'
brew 'act'
# sshfs requires osxfuse
cask 'osxfuse'
brew 'sshfs'