Skip to content

Commit

Permalink
Update notes on ruby in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shayonj committed Jan 15, 2024
1 parent 940a1eb commit aa05f82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ https://hub.docker.com/r/shayonj/pg-osc
## Requirements

- PostgreSQL 9.6 and later
- Ruby 2.6 and later
- Database user should have permissions for `TRIGGER` and/or a `SUPERUSER`

## Usage
Expand Down Expand Up @@ -257,14 +256,14 @@ docker run --network host -it --rm shayonj/pg-osc:latest \

## Development

- Install ruby 3.1.3
- Install ruby 3.3.0

```
\curl -sSL https://get.rvm.io | bash
rvm install 3.1.3
rvm install 3.3.0
rvm use 3.1.3
rvm use 3.3.0
```

- Spin up postgres via Docker Compose - `docker compose up`
Expand Down

0 comments on commit aa05f82

Please sign in to comment.