Sha256: e2d483734e5dde76168a221cb98bfbc9e015faa2e86e6ea25133e52192594ddb
Contents?: true
Size: 529 Bytes
Versions: 2
Compression:
Stored size: 529 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in opentracing-instrumentation.gemspec gemspec group :development do gem 'test-tracer', github: 'michal-granec/ruby-test-tracer', branch: 'update_opentracing_dependencies' gem 'tracing-matchers', github: 'c0va23/ruby-tracing-matchers', branch: 'feature/michal-granec/ruby-test-tracer-compatibility' gem 'pry-byebug', '~> 3.8' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opentracing-instrumentation-0.2.1 | Gemfile |
opentracing-instrumentation-0.2.0 | Gemfile |