Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 12, 2024
1 parent fe2f239 commit 64d0899
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Requirements

- Ruby v3.1+
- Node.js v20+
- Ruby v3.2+
- Node.js v22+
- Python
- Docker (Docker Compose)
- [actionlint](https://github.com/rhysd/actionlint)
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Runtime

Ruby 3.1+ (tested with 3.1, 3.2 and 3.3)
Ruby 3.2+ (tested with 3.2 and 3.3)

## Database

- SQLite3
- PostgreSQL (v16)
- MySQL (v8)
- PostgreSQL (v16+)
- MySQL (v8+)

You need a database to make the data persistent. See [Database](./emitters/database.md) for details.

Expand Down

0 comments on commit 64d0899

Please sign in to comment.