Skip to content

Commit

Permalink
πŸ“ Neighborhood: Don't reference PostgreSQL 12 specifically
Browse files Browse the repository at this point in the history
- #892

This threw off a contributor recently πŸ™ƒ
  • Loading branch information
zspencer committed Apr 13, 2023
1 parent b4ff89e commit 46e3bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ First, ensure your development environment has:
1. Ruby (See [.ruby-version](./.ruby-version) for version)
2. Node (See [.nvmrc](./.nvmrc) for version)
3. [Yarn]
1. [PostgreSQL 12]. (Note: For people using [Docker], a [docker-compose.yml]
4. [PostgreSQL]. (Note: For people using [Docker], a [docker-compose.yml]
file has been included for convenience.)

Then, run `bin/setup` to install Ruby and Node dependencies and set up the
Expand Down

0 comments on commit 46e3bc2

Please sign in to comment.