tlopo-ruby/tfdsl

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    tfdsl (0.1.11)
      deep_merge (~> 1.2)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.0)
    coderay (1.1.2)
    coolline (0.5.0)
      unicode_utils (~> 1.4)
    coveralls (0.8.22)
      json (>= 1.8, < 3)
      simplecov (~> 0.16.1)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.4)
      tins (~> 1.6)
    deep_merge (1.2.1)
    docile (1.3.1)
    jaro_winkler (1.5.2)
    json (2.3.1)
    method_source (0.9.2)
    minitest (5.11.3)
    parallel (1.13.0)
    parser (2.6.0.0)
      ast (~> 2.4.0)
    powerpack (0.1.2)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry-coolline (0.2.5)
      coolline (~> 0.5)
    rainbow (3.0.0)
    rake (13.0.1)
    rubocop (0.63.1)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.5, != 2.5.1.1)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.4.0)
    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)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    thor (0.19.4)
    tins (1.20.2)
    unicode-display_width (1.4.1)
    unicode_utils (1.4.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.16)
  coveralls (~> 0.8)
  minitest (~> 5.0)
  pry (~> 0.12)
  pry-coolline (~> 0.2)
  rake (~> 13.0)
  rubocop (~> 0.63)
  simplecov (~> 0.16)
  tfdsl!

BUNDLED WITH
   1.17.2