diff --git a/.circleci/config.yml b/.circleci/config.yml index e627032..f69a240 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: openresty/lua-resty-upload=0.10 \ bungle/lua-resty-reqargs=1.4 \ xiaooloong/lua-resty-iconv=0.2.0 \ - anjia0532/lua-resty-maxminddb=0.06 + anjia0532/lua-resty-maxminddb=1.3.0 - run: name: 'Add in Maxmind ASN' command: | diff --git a/lib/geojs/utils.lua b/lib/geojs/utils.lua index 83284ac..5724387 100644 --- a/lib/geojs/utils.lua +++ b/lib/geojs/utils.lua @@ -361,6 +361,7 @@ local function tbl_copy_merge_defaults(t1, defaults) return t1 -- not a table end end +_M.tbl_copy_merge_defaults = tbl_copy_merge_defaults -- Splits strings!