PATH
  remote: .
  specs:
    ff-tbl-macros (1.0.1)
      activesupport (> 5.2)
      require_all (~> 2.0)
      trailblazer (> 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (5.2.3)
      activesupport (= 5.2.3)
    activesupport (5.2.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    ast (2.4.0)
    concurrent-ruby (1.1.5)
    declarative (0.0.10)
    declarative-builder (0.1.0)
      declarative-option (< 0.2.0)
    declarative-option (0.1.0)
    diff-lcs (1.3)
    disposable (0.4.4)
      declarative (>= 0.0.9, < 1.0.0)
      declarative-builder (< 0.2.0)
      declarative-option (< 0.2.0)
      representable (>= 2.4.0, <= 3.1.0)
      uber (< 0.2.0)
    docile (1.3.1)
    i18n (1.6.0)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.2)
    json (2.2.0)
    minitest (5.11.3)
    parallel (1.17.0)
    parser (2.6.2.0)
      ast (~> 2.4.0)
    pipetree (0.1.1)
    psych (3.1.0)
    rack (2.0.7)
    rainbow (3.0.0)
    recursive-open-struct (1.1.0)
    reform (2.2.4)
      disposable (>= 0.4.1)
      representable (>= 2.4.0, < 3.1.0)
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
    require_all (2.0.0)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-activemodel-mocks (1.1.0)
      activemodel (>= 3.0)
      activesupport (>= 3.0)
      rspec-mocks (>= 2.99, < 4.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)
    rubocop (0.67.2)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.5, != 2.5.1.1)
      psych (>= 3.1.0)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.6)
    ruby-progressbar (1.10.0)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    thread_safe (0.3.6)
    trailblazer (2.0.7)
      declarative
      reform (>= 2.2.0, < 3.0.0)
      trailblazer-operation (>= 0.0.12, < 0.1.0)
    trailblazer-operation (0.0.13)
      declarative
      pipetree (>= 0.1.1, < 0.2.0)
      uber
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    uber (0.1.0)
    unicode-display_width (1.5.0)
    warden (1.2.8)
      rack (>= 2.0.6)

PLATFORMS
  ruby

DEPENDENCIES
  ff-tbl-macros!
  recursive-open-struct
  reform
  require_all
  rspec
  rspec-activemodel-mocks
  rubocop
  simplecov
  trailblazer
  warden

BUNDLED WITH
   1.17.3