We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4903823 commit fdb03e1Copy full SHA for fdb03e1
instrumentation/excon/Appraisals
@@ -7,10 +7,11 @@
7
# gem versions. For more information on the semantic convention modes, see:
8
# https://opentelemetry.io/docs/specs/semconv/non-normative/http-migration/
9
10
+versions = %w[0.71 0.109]
11
semconv_stability = %w[dup stable old]
12
13
semconv_stability.each do |mode|
- %w[0.71 0.109].each do |version|
14
+ versions.each do |version|
15
appraise "excon-#{version}-#{mode}" do
16
gem 'excon', "~> #{version}.0"
17
end
0 commit comments