We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28850a0 + 644eb91 commit 520d55eCopy full SHA for 520d55e
.circleci/config.yml
@@ -27,4 +27,6 @@ workflows:
27
- cimg/ruby:3.2
28
- cimg/ruby:3.3
29
- cimg/ruby:3.4
30
+ - cimg/ruby:4.0
31
- jruby:9.4
32
+ - jruby:10.0
prometheus-client.gemspec
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
16
s.require_paths = ['lib']
17
18
s.add_dependency 'base64'
19
+ s.add_dependency 'cgi'
20
21
s.add_development_dependency 'benchmark'
22
s.add_development_dependency 'benchmark-ips'
0 commit comments