Skip to content

Commit

Permalink
chore(rockspec) remove Kong dependency
Browse files Browse the repository at this point in the history
A temporary workaround to fix CI failures such as:

  https://travis-ci.org/Kong/kong/jobs/393006945

Since Kong 0.13 depends on LuaSec 0.6, which isn't compatible with
OpenSSL 1.1.0, the installation step fails.
  • Loading branch information
thibaultcha committed Jun 16, 2018
1 parent 3555e32 commit 8384fd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "kong-prometheus-plugin"
version = "0.1.0-1"
version = "0.1.0-2"

source = {
url = "git://github.com/Kong/kong-plugin-prometheus",
Expand All @@ -13,7 +13,7 @@ description = {
}

dependencies = {
"kong >= 0.13.0",
--"kong >= 0.13.0",
}

build = {
Expand Down

0 comments on commit 8384fd2

Please sign in to comment.