Sha256: 54ddb84c7b2013232013fbd111589a6bd1a7ddf88d153d0ce7c234eb417e0f8d

Contents?: true

Size: 365 Bytes

Versions: 2

Compression:

Stored size: 365 Bytes

Contents

# Brewfile
# add any dependencies that must be installed from homebrew here

# cloud.gov RDS is on postgres 12
brew "postgresql@12", link: true

# used in bin/with-server script
brew "dockerize"

# used in bin/ops/create_service_account.sh
brew "jq"

# helper scripts for creating new ADRs
brew "adr-tools"

# chromedriver for integration tests
cask "chromedriver"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_template_18f-0.8.2 templates/Brewfile
rails_template_18f-0.8.1 templates/Brewfile