From 3b0cc6ef5c5f450125c416b0dd69516ec8dc3f7e Mon Sep 17 00:00:00 2001 From: Stephen Binns Date: Tue, 6 Aug 2024 10:13:30 +0100 Subject: [PATCH] Remove dependency on promgcstat as this is a private gem 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. --- que.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/que.gemspec b/que.gemspec index c784645..2c0b74c 100644 --- a/que.gemspec +++ b/que.gemspec @@ -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"