Skip to content

Commit

Permalink
squash: more appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 6, 2024
1 parent 3f1685a commit 0e90a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions instrumentation/excon/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
appraise 'excon-0.71' do
gem 'excon', '~> 0.71.0'
end

appraise 'excon-latest' do
gem 'excon'
end
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'appraisal', '~> 2.5'
spec.add_development_dependency 'bundler', '~> 2.4'
spec.add_development_dependency 'excon', '~> 0.71.0'
spec.add_development_dependency 'excon'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'opentelemetry-sdk', '~> 1.1'
spec.add_development_dependency 'opentelemetry-test-helpers', '~> 0.3'
Expand Down

0 comments on commit 0e90a44

Please sign in to comment.