Skip to content

Commit

Permalink
Merge pull request #1128 from ninoseki/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
ninoseki authored Nov 12, 2024
2 parents 574a5f9 + 64d0899 commit 89687c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish docs

on:
workflow_dispatch:
release:
types: ["created"]

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- "frontend/**"
- ".github/workflows/node.yml"
pull_request:
branches: [master]
paths:
- "frontend/**"
- ".github/workflows/node.yml"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- "Rakefile"
- "specs/**"
pull_request:
branches: [master]
paths:
- ".github/workflows/ruby.yml"
- "Gemfile"
Expand Down
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 89687c3

Please sign in to comment.