diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-08-28 00:35:12 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-10-21 13:30:51 -0300 |
commit | 362dd3a50d57b5403d778cdf92839b7f6c30e69e (patch) | |
tree | fa194aac8f63a68cfbc5445a031bb02cc9263101 /spec/util/versions.lua | |
parent | 74b8b0cbadf434516ab5c91d73c02ec170215b7b (diff) | |
download | luarocks-362dd3a50d57b5403d778cdf92839b7f6c30e69e.tar.gz luarocks-362dd3a50d57b5403d778cdf92839b7f6c30e69e.tar.bz2 luarocks-362dd3a50d57b5403d778cdf92839b7f6c30e69e.zip |
tests: use compat53
Diffstat (limited to '')
-rw-r--r-- | spec/util/versions.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util/versions.lua b/spec/util/versions.lua index 77c1129c..f3ea152c 100644 --- a/spec/util/versions.lua +++ b/spec/util/versions.lua | |||
@@ -2,6 +2,7 @@ return { | |||
2 | binaryheap = "0.4-1", -- dependency for copas | 2 | binaryheap = "0.4-1", -- dependency for copas |
3 | bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1 | 3 | bit32 = "5.3.5.1-1", -- dependency for luaposix on Lua 5.1 |
4 | cluacov = "0.1.3-1", | 4 | cluacov = "0.1.3-1", |
5 | compat53 = "0.14.3-1", | ||
5 | copas = "3.0.0-2", | 6 | copas = "3.0.0-2", |
6 | cprint = "0.2-1", | 7 | cprint = "0.2-1", |
7 | dkjson = "2.6-1", | 8 | dkjson = "2.6-1", |