Skip to content

Commit

Permalink
chore(deps) lock OpenResty compat. to 1.11.2.4 (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 11, 2017
1 parent 0a1e45e commit 7af730c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
- LUAROCKS=2.4.2
- OPENSSL=1.0.2l
- CASSANDRA=2.2.8
- OPENRESTY_BASE=1.11.2.1
- OPENRESTY_BASE=1.11.2.4
- OPENRESTY_LATEST=1.11.2.4
- OPENRESTY=$OPENRESTY_BASE
- DOWNLOAD_CACHE=$HOME/download-cache
Expand Down
2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ return {
-- third-party dependencies' required version, as they would be specified
-- to lua-version's `set()` in the form {from, to}
_DEPENDENCIES = {
nginx = {"1.11.2.1", "1.11.2.4"},
nginx = {"1.11.2.4"},
}
}

0 comments on commit 7af730c

Please sign in to comment.