commit d9eb9e250f8fe1fad0dcf74360202b25277be2f2
Author: gemmaro <gemmaro.dev@gmail.com>
Date:   Sun Jul 2 10:48:18 2023 +0900

    Add luaposix to test dependencies.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a16a6bb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/djot-*.rockspec
\ No newline at end of file
diff --git a/rockspec.in b/rockspec.in
index 00f2dd9..02bc88e 100644
--- a/rockspec.in
+++ b/rockspec.in
@@ -21,6 +21,7 @@ dependencies = {
 }
 test_dependencies = {
    "lua >= 5.1",
+   "luaposix >= 36.2"
 }
 build = {
    type = "builtin",