Skip to content

Commit 68504de

Browse files
committed
don't fix lua-resty-jwt version to 0.2.0
closes #362 closes #363 closes #366 Signed-off-by: Stefan Bodewig <[email protected]>
1 parent df75c6e commit 68504de

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
11/17/2020
2+
- changed dependency on lua-resty-jwt to allow newer versions in
3+
luarocks packaging; see #363, #366, #362;
4+
thanks to @Darguelles and @kayano
5+
16
09/20/2020
27
- release 1.7.3
38

lua-resty-openidc-1.7.3-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)