From 191d18a4ed809cbe56d3187b7d2729639c80b33c Mon Sep 17 00:00:00 2001 From: Tomasz Nowak Date: Fri, 16 Oct 2020 13:47:25 +0200 Subject: [PATCH 1/2] Do not fix lua-resty-jwt --- ...idc-1.7.3-1.rockspec => lua-resty-openidc-1.7.3-2.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lua-resty-openidc-1.7.3-1.rockspec => lua-resty-openidc-1.7.3-2.rockspec (97%) diff --git a/lua-resty-openidc-1.7.3-1.rockspec b/lua-resty-openidc-1.7.3-2.rockspec similarity index 97% rename from lua-resty-openidc-1.7.3-1.rockspec rename to lua-resty-openidc-1.7.3-2.rockspec index 3e431a5..1d89728 100644 --- a/lua-resty-openidc-1.7.3-1.rockspec +++ b/lua-resty-openidc-1.7.3-2.rockspec @@ -1,5 +1,5 @@ package = "lua-resty-openidc" -version = "1.7.3-1" +version = "1.7.3-2" source = { url = "git://github.com/zmartzone/lua-resty-openidc", tag = "v1.7.3", @@ -25,7 +25,7 @@ dependencies = { "lua >= 5.1", "lua-resty-http >= 0.08", "lua-resty-session >= 2.8", - "lua-resty-jwt == 0.2.0" + "lua-resty-jwt >= 0.2.0" } build = { type = "builtin", From cdaf198cc28b21b56f6e58b6861ee421ef097e36 Mon Sep 17 00:00:00 2001 From: Tomasz Nowak Date: Fri, 16 Oct 2020 13:50:21 +0200 Subject: [PATCH 2/2] Bump luarocks in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index faa9542..cf5b271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: - VERSION=1.7.3-1 - NAME=lua-resty-openidc - ROCKSPEC=$NAME-$VERSION.rockspec - - LUAROCKS=2.3.0 + - LUAROCKS=3.4.0 matrix: - LUA=lua5.1