Skip to content

Commit 7f62958

Browse files
authored
Revert "Vanilla 0.1.0.rc6"
1 parent 09ac593 commit 7f62958

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
- source .travis/setenv_lua.sh
2626

2727
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
2929
- luarocks install lrexlib-pcre 2.7.2-1
3030
- luarocks install luaposix
3131
- luarocks install lua-cjson

spec/helper.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Registry={}
4747
Registry['APP_NAME'] = 'vanilla-app'
4848

4949
local reg = require "rex_pcre"
50-
5150
-- DICT Proxy
5251
-- https://github.com/bsm/fakengx/blob/master/fakengx.lua
5352

vanilla-0.1.0.rc6-1.rockspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ luarocks install vanilla
1919
}
2020

2121
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"
2328
}
2429

2530
build = {

0 commit comments

Comments
 (0)