Skip to content

Commit 520d55e

Browse files
authored
Merge pull request #327 from prometheus/sinjo-new-rubies
Run tests against Ruby 4.0 and JRuby 10.0
2 parents 28850a0 + 644eb91 commit 520d55e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ workflows:
2727
- cimg/ruby:3.2
2828
- cimg/ruby:3.3
2929
- cimg/ruby:3.4
30+
- cimg/ruby:4.0
3031
- jruby:9.4
32+
- jruby:10.0

prometheus-client.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
1616
s.require_paths = ['lib']
1717

1818
s.add_dependency 'base64'
19+
s.add_dependency 'cgi'
1920

2021
s.add_development_dependency 'benchmark'
2122
s.add_development_dependency 'benchmark-ips'

0 commit comments

Comments
 (0)