PATH
  remote: .
  specs:
    nxt_cop (1.0.10)
      rubocop (= 0.92.0)
      rubocop-rails (~> 2.8)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (6.0.3.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    ast (2.4.1)
    concurrent-ruby (1.1.7)
    i18n (1.8.5)
      concurrent-ruby (~> 1.0)
    minitest (5.14.2)
    parallel (1.20.0)
    parser (2.7.2.0)
      ast (~> 2.4.1)
    rack (2.2.3)
    rainbow (3.0.0)
    rake (13.0.1)
    regexp_parser (1.8.2)
    rexml (3.2.4)
    rubocop (0.92.0)
      parallel (~> 1.10)
      parser (>= 2.7.1.5)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.7)
      rexml
      rubocop-ast (>= 0.5.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-ast (1.1.1)
      parser (>= 2.7.1.5)
    rubocop-rails (2.8.1)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 0.87.0)
    ruby-progressbar (1.10.1)
    thread_safe (0.3.6)
    tzinfo (1.2.8)
      thread_safe (~> 0.1)
    unicode-display_width (1.7.0)
    zeitwerk (2.4.1)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.1)
  nxt_cop!
  rake (~> 13.0)

BUNDLED WITH
   2.1.4