Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    bruno (0.0.5)
      gli (= 2.5.4)
      nokogiri (= 1.8.4)

GEM
  remote: https://rubygems.org/
  specs:
    diff-lcs (1.3)
    gli (2.5.4)
    mini_portile2 (2.3.0)
    nokogiri (1.8.4)
      mini_portile2 (~> 2.3.0)
    rake (13.0.3)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-core (3.8.0)
      rspec-support (~> 3.8.0)
    rspec-expectations (3.8.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-mocks (3.8.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-support (3.8.0)

PLATFORMS
  ruby

DEPENDENCIES
  bruno!
  bundler (~> 1.16)
  rake (~> 13.0.3)
  rspec (~> 3.8)

BUNDLED WITH
   1.16.4