stackshareio/graphql-cache

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    graphql-cache (0.6.1)
      graphql (~> 1, > 1.8)

GEM
  remote: https://rubygems.org/
  specs:
    appraisal (2.2.0)
      bundler
      rake
      thor (>= 0.14.0)
    codeclimate-test-reporter (1.0.9)
      simplecov (<= 0.13)
    coderay (1.1.2)
    diff-lcs (1.3)
    docile (1.1.5)
    graphql (1.9.3)
    json (2.3.1)
    method_source (0.9.2)
    mini_cache (1.1.0)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    rake (13.0.1)
    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.2)
      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)
    sequel (5.17.0)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sqlite3 (1.4.0)
    thor (0.20.3)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal
  codeclimate-test-reporter
  graphql-cache!
  mini_cache
  pry
  rake (~> 13.0)
  rspec (~> 3.0)
  sequel
  simplecov
  sqlite3