lostapathy/db_subsetter

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    db_subsetter (0.5.0)
      activerecord (>= 4.2.6)
      random-word (~> 1.3)
      sqlite3 (~> 1.3)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (5.1.4)
      activesupport (= 5.1.4)
    activerecord (5.1.4)
      activemodel (= 5.1.4)
      activesupport (= 5.1.4)
      arel (~> 8.0)
    activesupport (5.1.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    appraisal (2.2.0)
      bundler
      rake
      thor (>= 0.14.0)
    arel (8.0.0)
    ast (2.3.0)
    codeclimate-test-reporter (1.0.8)
      simplecov (<= 0.13)
    concurrent-ruby (1.0.5)
    docile (1.1.5)
    i18n (0.9.1)
      concurrent-ruby (~> 1.0)
    json (2.3.1)
    minitest (5.10.3)
    mysql2 (0.4.10)
    parallel (1.12.0)
    parser (2.4.0.2)
      ast (~> 2.3)
    pg (0.21.0)
    powerpack (0.1.1)
    rainbow (3.0.0)
    rake (13.0.1)
    random-word (1.3.0)
    rubocop (0.52.0)
      parallel (~> 1.10)
      parser (>= 2.4.0.2, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.9.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.3.13)
    thor (0.20.0)
    thread_safe (0.3.6)
    tzinfo (1.2.4)
      thread_safe (~> 0.1)
    unicode-display_width (1.3.0)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal
  bundler (~> 1.12)
  codeclimate-test-reporter (~> 1.0.0)
  db_subsetter!
  minitest (~> 5.0)
  mysql2 (~> 0.4.10)
  pg (~> 0.21.0)
  rake (>= 12.3.3)
  rubocop (>= 0.51)
  simplecov

BUNDLED WITH
   1.16.0