File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ before_install:
25
25
- source .travis/setenv_lua.sh
26
26
27
27
install :
28
- - luarocks install https://luarocks.org/manifests/olivine-labs/busted-2.0.rc12-1 .rockspec
28
+ - luarocks install https://luarocks.org/manifests/olivine-labs/busted-2.0.rc11-0 .rockspec
29
29
- luarocks install lrexlib-pcre 2.7.2-1
30
30
- luarocks install luaposix
31
31
- luarocks install lua-cjson
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ Registry={}
47
47
Registry [' APP_NAME' ] = ' vanilla-app'
48
48
49
49
local reg = require " rex_pcre"
50
-
51
50
-- DICT Proxy
52
51
-- https://github.com/bsm/fakengx/blob/master/fakengx.lua
53
52
Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ luarocks install vanilla
19
19
}
20
20
21
21
dependencies = {
22
- " lua=5.1"
22
+ " lua=5.1" ,
23
+ " luafilesystem=1.6.2-2" ,
24
+ " lua-resty-template=1.5-1" ,
25
+ " lua-resty-cookie=0.1.0-1" ,
26
+ " lua-resty-session=2.2-1" ,
27
+ " lua-resty-http=0.06-0"
23
28
}
24
29
25
30
build = {
You can’t perform that action at this time.
0 commit comments