From 4c0c162f5512866ca568e763349504e830263052 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 5 Jan 2024 16:00:06 -0300 Subject: [PATCH] deps: pin test dependency luasystem 0.2.1 See https://github.com/lunarmodules/luasystem/issues/15 --- luarocks.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 luarocks.lock diff --git a/luarocks.lock b/luarocks.lock new file mode 100644 index 00000000..b7c77795 --- /dev/null +++ b/luarocks.lock @@ -0,0 +1,10 @@ +return { + dependencies = { + argparse = "0.7.1-1", + compat53 = "0.12-1", + luafilesystem = "1.8.0-1" + }, + test_dependencies = { + luasystem = "0.2.1" + }, +}