gauravtiwari/ruby_graphiql_explorer

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    ruby_graphiql_explorer (1.0.2)
      rack-app
      rack-app-front_end

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.1)
    diff-lcs (1.4.4)
    docile (1.3.2)
    json (2.3.1)
    parallel (1.19.2)
    parser (2.7.1.4)
      ast (~> 2.4.1)
    rack (2.2.3)
    rack-app (7.6.4)
      rack
    rack-app-front_end (0.22.0)
      rack-app (>= 6.3.1)
      tilt
    rainbow (3.0.0)
    rake (12.3.3)
    regexp_parser (1.7.1)
    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.2)
      rspec-support (~> 3.9.3)
    rspec-expectations (3.9.2)
      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.3)
    rubocop (0.90.0)
      parallel (~> 1.10)
      parser (>= 2.7.1.1)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.7)
      rexml
      rubocop-ast (>= 0.3.0, < 1.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-ast (0.3.0)
      parser (>= 2.7.1.4)
    rubocop-performance (1.7.1)
      rubocop (>= 0.82.0)
    ruby-progressbar (1.10.1)
    simplecov (0.17.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    tilt (2.0.10)
    unicode-display_width (1.7.0)

PLATFORMS
  ruby

DEPENDENCIES
  rake (~> 12.0)
  rspec
  rubocop
  rubocop-performance
  ruby_graphiql_explorer!
  simplecov (>= 0.17.1, < 0.18)

BUNDLED WITH
   2.1.4