aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-27 14:59:25 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-27 14:59:25 +0000
commitccc64f4fb666e9ffef819a5e8c5965fb5eb17652 (patch)
tree46b76690efb77acf98681483859e533cdc665079
parentfix existing tests (diff)
downloadalive-ccc64f4fb666e9ffef819a5e8c5965fb5eb17652.tar.gz
alive-ccc64f4fb666e9ffef819a5e8c5965fb5eb17652.zip
do not fix lua version in rockspec
-rwxr-xr-xdist/release.sh2
-rw-r--r--dist/rocks/alive-scm-3.rockspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/release.sh b/dist/release.sh
index da6dcb9..b874eb8 100755
--- a/dist/release.sh
+++ b/dist/release.sh
@@ -69,7 +69,7 @@ text-based language and works without special editor support.]],
}
dependencies = {
- "lua >= 5.3",
+ "lua",
"moonscript >= 0.5.0",
"lpeg ~> 0.10",
"luafilesystem",
diff --git a/dist/rocks/alive-scm-3.rockspec b/dist/rocks/alive-scm-3.rockspec
index 4623319..c6ef5fc 100644
--- a/dist/rocks/alive-scm-3.rockspec
+++ b/dist/rocks/alive-scm-3.rockspec
@@ -18,7 +18,7 @@ text-based language and works without special editor support.]],
}
dependencies = {
- "lua >= 5.3",
+ "lua",
"moonscript >= 0.5.0",
"lpeg ~> 0.10",
"luafilesystem",