Skip to content

Commit dba6cbf

Browse files
specifying versions to make installs consistent
1 parent d823299 commit dba6cbf

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

luarocks.lock

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
return {
2+
build_dependencies = {
3+
luafilesystem = "1.8.0-1",
4+
["luarocks-build-tree-sitter-cli"] = "0.0.2-1",
5+
["luarocks-build-treesitter-parser"] = "6.0.0-1"
6+
},
7+
dependencies = {
8+
argparse = "0.7.1-1",
9+
compat53 = "0.14.4-1",
10+
inspect = "3.1.3-0",
11+
["ltreesitter-ts"] = "0.0.1-1",
12+
["lua-cjson"] = "2.1.0.10-1",
13+
luafilesystem = "1.8.0-1",
14+
["luarocks-build-tree-sitter-cli"] = "0.0.2-1",
15+
["luarocks-build-treesitter-parser"] = "6.0.0-1",
16+
lusc_luv = "4.0.1-1",
17+
luv = "1.50.0-1",
18+
tl = "0.24.4-1",
19+
["tree-sitter-cli"] = "0.24.4-1",
20+
["tree-sitter-teal"] = "0.0.33-1"
21+
},
22+
}

teal-language-server-0.1.0-1.rockspec

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ description = {
1717

1818
dependencies = {
1919
"luafilesystem",
20-
"tl",
20+
"tl == 0.24.4",
2121
"lua-cjson",
2222
"argparse",
2323
"inspect",
24-
"luv",
24+
"luv ~> 1",
2525
"lusc_luv >= 4.0",
26-
"ltreesitter-ts==0.0.1",
27-
"tree-sitter-cli==0.24.4",
28-
"tree-sitter-teal",
26+
"ltreesitter-ts == 0.0.1", -- can be removed when ltreesitter updates
27+
"tree-sitter-cli == 0.24.4",
28+
"luarocks-build-treesitter-parser >= 6.0.0", -- can be removed when tree-sitter-teal specifies this version >= 6
29+
"tree-sitter-teal == 0.0.33",
2930
}
3031

3132
test_dependencies = { "busted~>2" }

0 commit comments

Comments
 (0)