mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Update opentelemetry-instrumentation-redis requirement from ~> 0.6.0 to >= 0.6, < 0.8
Updates the requirements on [opentelemetry-instrumentation-redis](https://github.com/open-telemetry/opentelemetry-ruby) to permit the latest version. - [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-ruby/compare/opentelemetry-instrumentation-redis/v0.6.0...opentelemetry-instrumentation-redis/v0.6.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4e7e16e001
commit
561ad6e258
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'opentelemetry-api', '~> 0.6.0'
|
||||
s.add_dependency 'opentelemetry-exporter-jaeger', '~> 0.6.0'
|
||||
s.add_dependency 'opentelemetry-instrumentation-concurrent_ruby', '~> 0.6.0'
|
||||
s.add_dependency 'opentelemetry-instrumentation-redis', '~> 0.6.0'
|
||||
s.add_dependency 'opentelemetry-instrumentation-redis', '>= 0.6', '< 0.8'
|
||||
s.add_dependency 'opentelemetry-instrumentation-sinatra', '~> 0.6.0'
|
||||
s.add_dependency 'opentelemetry-resource_detectors', '~> 0.6.0'
|
||||
s.add_dependency 'opentelemetry-sdk', '~> 0.6.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue