Skip to content

Commit

Permalink
Remove dependency on promgcstat as this is a private gem
Browse files Browse the repository at this point in the history
We can load it for CI but for the benchmarking step we push a docker image
which can't be built without adding the token in. As this is a public repo
I'm not sure we want to add it in.
  • Loading branch information
stephenbinns committed Aug 6, 2024
1 parent 5dd5056 commit 3b0cc6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion que.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Gem::Specification.new do |spec|
# instead, and in any other clients of `Que`.
# This is highly non ideal, but unless we properly fork, we have to do this for now.
spec.add_dependency "prometheus-client"
spec.add_dependency "prometheus_gcstat"

spec.add_dependency "rack", ">= 2", "< 4"
spec.add_dependency "rackup"
Expand Down

0 comments on commit 3b0cc6e

Please sign in to comment.