xuorig/graphql-active_record_batcher

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    graphql-active_record_batcher (0.3.2)
      activerecord
      graphql
      graphql-batch
      promise.rb

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (5.0.1)
      activesupport (= 5.0.1)
    activerecord (5.0.1)
      activemodel (= 5.0.1)
      activesupport (= 5.0.1)
      arel (~> 7.0)
    activesupport (5.0.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    ansi (1.5.0)
    arel (7.1.4)
    builder (3.2.3)
    byebug (9.0.6)
    codeclimate-test-reporter (1.0.5)
      simplecov
    concurrent-ruby (1.0.4)
    docile (1.1.5)
    graphql (1.4.4)
    graphql-batch (0.3.1)
      graphql (>= 0.8, < 2)
      promise.rb (~> 0.7.2)
    i18n (0.8.0)
    json (2.0.3)
    minitest (5.10.1)
    minitest-focus (1.1.2)
      minitest (>= 4, < 6)
    minitest-reporters (1.1.14)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    promise.rb (0.7.2)
    rake (10.5.0)
    ruby-progressbar (1.8.1)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sqlite3 (1.3.13)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.11)
  byebug
  codeclimate-test-reporter (~> 1.0.0)
  graphql-active_record_batcher!
  minitest (~> 5.10.1)
  minitest-focus (~> 1.1)
  minitest-reporters (~> 1.0)
  rake (~> 10.0)
  simplecov
  sqlite3

BUNDLED WITH
   1.14.4