Sha256: ce59484311273d495b80d2d03785d2a32db882402080c2d07e7dd704936f7fb9

Contents?: true

Size: 310 Bytes

Versions: 9

Compression:

Stored size: 310 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"

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

# chromedriver for integration tests
cask "chromedriver"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_template_18f-0.8.0 templates/Brewfile
rails_template_18f-0.7.2 templates/Brewfile
rails_template_18f-0.7.1 templates/Brewfile
rails_template_18f-0.7.0 templates/Brewfile
rails_template_18f-0.6.0 templates/Brewfile
rails_template_18f-0.5.3 templates/Brewfile
rails_template_18f-0.5.2 templates/Brewfile
rails_template_18f-0.5.1 templates/Brewfile
rails_template_18f-0.5.0 templates/Brewfile