Skip to content

Commit fdb03e1

Browse files
committed
fix: rubocop error
1 parent 4903823 commit fdb03e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation/excon/Appraisals

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
# gem versions. For more information on the semantic convention modes, see:
88
# https://opentelemetry.io/docs/specs/semconv/non-normative/http-migration/
99

10+
versions = %w[0.71 0.109]
1011
semconv_stability = %w[dup stable old]
1112

1213
semconv_stability.each do |mode|
13-
%w[0.71 0.109].each do |version|
14+
versions.each do |version|
1415
appraise "excon-#{version}-#{mode}" do
1516
gem 'excon', "~> #{version}.0"
1617
end

0 commit comments

Comments
 (0)