From 985d0c5c3aec8ab917d6b8ea89840e93b68db91c Mon Sep 17 00:00:00 2001 From: kg0r0 Date: Mon, 13 Apr 2020 11:47:24 +0900 Subject: [PATCH] fixed lua-resty-jwt version --- lua-resty-openidc-1.7.2-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua-resty-openidc-1.7.2-1.rockspec b/lua-resty-openidc-1.7.2-1.rockspec index d2d4234..e487877 100644 --- a/lua-resty-openidc-1.7.2-1.rockspec +++ b/lua-resty-openidc-1.7.2-1.rockspec @@ -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",