1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

gems: update rack-tracer to version 0.8.0

Since rack-tracer now supports OpenTracing.active_span we should start
using it as well and therefore do not need spanmanager gem anymore.

See: Update rack-tracer to version 0.8.0 (#16)
This commit is contained in:
depfu[bot]
2018-07-12 20:36:01 +00:00
committed by Christian Nicolai
parent 4f3e591f13
commit bd7c786c9c
3 changed files with 4 additions and 7 deletions

View File

@ -24,8 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'json'
s.add_runtime_dependency 'metriks'
s.add_runtime_dependency 'opentracing', '~> 0.4.0'
s.add_runtime_dependency 'rack-tracer', '~> 0.6.0'
s.add_runtime_dependency 'spanmanager', '~> 0.3.0'
s.add_runtime_dependency 'rack-tracer', '~> 0.8.0'
s.add_runtime_dependency 'jaeger-client', '~> 0.6.0'
s.add_development_dependency 'bundler'