michaelherold/codeclimate-haml-lint

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.0)
    coderay (1.1.2)
    diff-lcs (1.2.5)
    docile (1.1.5)
    dry-equalizer (0.2.0)
    ffi (1.11.1)
    formatador (0.2.5)
    guard (2.14.1)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-bundler (2.1.0)
      bundler (~> 1.0)
      guard (~> 2.2)
      guard-compat (~> 1.1)
    guard-compat (1.2.1)
    guard-inch (0.2.0)
      guard (~> 2)
      inch (~> 0)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    guard-rubocop (1.2.0)
      guard (~> 2.0)
      rubocop (~> 0.20)
    guard-yard (2.2.0)
      guard (>= 1.1.0)
      yard (>= 0.7.0)
    haml (5.2.2)
      temple (>= 0.8.0)
      tilt
    haml_lint (0.37.1)
      haml (>= 4.0, < 5.3)
      parallel (~> 1.10)
      rainbow
      rubocop (>= 0.50.0)
      sysexits (~> 1.1)
    inch (0.8.0)
      pry
      sparkr (>= 0.2.0)
      term-ansicolor
      yard (~> 0.9.12)
    jaro_winkler (1.5.1)
    json (2.3.1)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    lumberjack (1.0.11)
    method_source (0.9.0)
    nenv (0.3.0)
    notiffany (0.1.1)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parallel (1.12.1)
    parser (2.5.1.2)
      ast (~> 2.4.0)
    powerpack (0.1.2)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    rainbow (3.0.0)
    rake (12.3.3)
    rb-fsevent (0.9.8)
    rb-inotify (0.9.8)
      ffi (>= 0.5.0)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    rubocop (0.58.2)
      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.0, >= 1.0.1)
    rubocop-performance (1.0.0)
      rubocop (>= 0.58.0)
    rubocop-rspec (1.15.1)
      rubocop (>= 0.42.0)
    ruby-progressbar (1.9.0)
    ruby_dep (1.5.0)
    shellany (0.0.1)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sparkr (0.4.1)
    sysexits (1.2.0)
    temple (0.8.2)
    term-ansicolor (1.6.0)
      tins (~> 1.0)
    thor (0.19.4)
    tilt (2.0.10)
    tins (1.16.3)
    unicode-display_width (1.4.0)
    yard (0.9.36)
    yardstick (0.9.9)
      yard (~> 0.8, >= 0.8.7.2)

PLATFORMS
  ruby

DEPENDENCIES
  dry-equalizer
  guard-bundler
  guard-inch
  guard-rspec
  guard-rubocop
  guard-yard
  haml_lint (= 0.37.1)
  inch
  parser (~> 2.5.1.0)
  pry
  rake (>= 12.3.3)
  rspec
  rubocop-performance
  rubocop-rspec
  simplecov
  yard (~> 0.9)
  yardstick

RUBY VERSION
   ruby 2.5.1p57

BUNDLED WITH
   1.17.3