chore: add .mise.toml and explicit csv/logger dependencies

Ruby 3.4+ removed csv and logger from default gems, requiring
them as explicit dependencies. Also add .mise.toml to pin Ruby 3
for the project.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-31 14:19:53 +00:00
parent 53871d7a82
commit 61458015a6
3 changed files with 8 additions and 0 deletions

2
.mise.toml Normal file
View File

@@ -0,0 +1,2 @@
[tools]
ruby = "3"