PATH
  remote: .
  specs:
    rails_best_practices (1.19.5)
      activesupport
      code_analyzer (>= 0.5.1)
      erubis
      i18n
      json
      require_all (~> 3.0)
      ruby-progressbar

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (6.0.2.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2)
    awesome_print (1.8.0)
    code_analyzer (0.5.1)
      sexp_processor
    coderay (1.1.2)
    concurrent-ruby (1.1.5)
    coveralls (0.8.23)
      json (>= 1.8, < 3)
      simplecov (~> 0.16.1)
      term-ansicolor (~> 1.3)
      thor (>= 0.19.4, < 2.0)
      tins (~> 1.6)
    diff-lcs (1.3)
    docile (1.3.2)
    erubis (2.7.0)
    ffi (1.11.3)
    formatador (0.2.5)
    guard (2.16.1)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-rspec (4.3.1)
      guard (~> 2.1)
      rspec (>= 2.14, < 4.0)
    haml (5.1.2)
      temple (>= 0.8.0)
      tilt
    i18n (1.7.0)
      concurrent-ruby (~> 1.0)
    json (2.3.0)
    listen (3.2.1)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    lumberjack (1.0.13)
    method_source (0.9.2)
    minitest (5.13.0)
    nenv (0.3.0)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    rake (10.5.0)
    rb-fsevent (0.10.3)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    require_all (3.0.0)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.8)
    rspec-expectations (2.14.5)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.6)
    ruby-progressbar (1.10.1)
    sexp_processor (4.13.0)
    shellany (0.0.1)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    slim (4.0.1)
      temple (>= 0.7.6, < 0.9)
      tilt (>= 2.0.6, < 2.1)
    temple (0.8.2)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    thor (1.0.1)
    thread_safe (0.3.6)
    tilt (2.0.10)
    tins (1.22.2)
    tzinfo (1.2.6)
      thread_safe (~> 0.1)
    zeitwerk (2.2.2)

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print
  bundler
  coveralls
  guard
  guard-rspec
  haml
  pry
  rails_best_practices!
  rake (< 11.0)
  rspec (~> 2.14.0)
  slim

BUNDLED WITH
   2.1.2