Skip to content

Commit 9155766

Browse files
authored
Merge pull request #327 from kg0r0/fix/issue326
fix: Failed installing dependency: lua-resty-jwt-0.2.2-0
2 parents b9fd68e + 985d0c5 commit 9155766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua-resty-openidc-1.7.2-1.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = {
2525
"lua >= 5.1",
2626
"lua-resty-http >= 0.08",
2727
"lua-resty-session >= 2.8",
28-
"lua-resty-jwt >= 0.2.0"
28+
"lua-resty-jwt == 0.2.0"
2929
}
3030
build = {
3131
type = "builtin",

0 commit comments

Comments
 (0)