GIT
  remote: https://github.com/c0va23/ruby-tracing-matchers
  revision: ffd1466261c0ec34b54794ec912a7801acde2f16
  branch: feature/michal-granec/ruby-test-tracer-compatibility
  specs:
    tracing-matchers (1.3.0)
      rspec (>= 2.0)
      test-tracer (~> 1.1)

GIT
  remote: https://github.com/michal-granec/ruby-test-tracer
  revision: ecb41addfff91e9355879d676c8a0b153cace966
  branch: update_opentracing_dependencies
  specs:
    test-tracer (1.2.1)
      opentracing (~> 0.5.0)

PATH
  remote: .
  specs:
    opentracing-instrumentation (0.1.10)
      json
      opentracing (~> 0.5.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.2.4.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    amq-protocol (2.3.0)
    ast (2.4.0)
    bson (4.8.0)
    bunny (2.14.4)
      amq-protocol (~> 2.3, >= 2.3.0)
    byebug (11.1.1)
    carrot-top (0.0.7)
      json
    coderay (1.1.2)
    concurrent-ruby (1.1.6)
    diff-lcs (1.3)
    faraday (1.0.1)
      multipart-post (>= 1.2, < 3)
    hutch (0.26.0)
      activesupport (>= 4.2, < 6)
      bunny (>= 2.12, < 2.15)
      carrot-top (~> 0.0.7)
      multi_json (~> 1.12)
    i18n (1.8.2)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.4)
    json (2.3.0)
    method_source (0.9.2)
    minitest (5.14.0)
    multi_json (1.14.1)
    multipart-post (2.1.1)
    opentracing (0.5.0)
    parallel (1.19.1)
    parser (2.7.0.5)
      ast (~> 2.4.0)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry-byebug (3.8.0)
      byebug (~> 11.0)
      pry (~> 0.10)
    rack (2.2.2)
    rainbow (3.0.0)
    rake (13.0.1)
    redis (3.3.5)
    rexml (3.2.4)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.1)
      rspec-support (~> 3.9.1)
    rspec-expectations (3.9.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.2)
    rubocop (0.80.1)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.7.0.1)
      rainbow (>= 2.2.2, < 4.0)
      rexml
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    rubocop-performance (1.5.2)
      rubocop (>= 0.71.0)
    rubocop-rspec (1.38.1)
      rubocop (>= 0.68.1)
    rubocop-thread_safety (0.3.4)
      rubocop (>= 0.51.0)
    ruby-progressbar (1.10.1)
    thread_safe (0.3.6)
    thrift (0.11.0.0)
    tzinfo (1.2.6)
      thread_safe (~> 0.1)
    unicode-display_width (1.6.1)

PLATFORMS
  ruby

DEPENDENCIES
  activesupport (~> 5.2)
  bson (~> 4.0)
  bundler (= 2.1.4)
  bunny (~> 2.0)
  faraday (~> 1.0.1)
  hutch (~> 0.26.0)
  opentracing-instrumentation!
  pry-byebug (~> 3.8)
  rack (~> 2.2.2)
  rake (~> 13.0)
  redis (~> 3.3.5)
  rspec (~> 3.0)
  rubocop (~> 0.80.0)
  rubocop-performance (~> 1.5.2)
  rubocop-rspec (~> 1.38.1)
  rubocop-thread_safety (~> 0.3.4)
  test-tracer!
  thrift (~> 0.11.0)
  tracing-matchers!

BUNDLED WITH
   2.1.4