Skip to content

Commit a9ff3d9

Browse files
test: add appraisal for an unlocked/nil version (#1636)
1. This will test instrumentation against the latest available HTTPClient gem 2. Closes #1600
1 parent 74ff80a commit a9ff3d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

instrumentation/http_client/Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
semconv_stability = %w[dup stable old]
1313

1414
semconv_stability.each do |mode|
15+
appraise "httpclient-latest-#{mode}" do
16+
gem 'httpclient'
17+
end
18+
1519
appraise "httpclient-2.8-#{mode}" do
1620
gem 'httpclient', '~> 2.8.0'
1721
end

0 commit comments

Comments
 (0)