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

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (6.1.0)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    ast (2.4.1)
    concurrent-ruby (1.1.7)
    i18n (1.8.5)
      concurrent-ruby (~> 1.0)
    minitest (5.14.2)
    parallel (1.20.1)
    parser (3.0.0.0)
      ast (~> 2.4.1)
    rack (2.2.3)
    rainbow (3.0.0)
    rake (13.0.1)
    regexp_parser (2.0.3)
    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.3.0)
      parser (>= 2.7.1.5)
    rubocop-rails (2.9.1)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 0.90.0, < 2.0)
    ruby-progressbar (1.10.1)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    unicode-display_width (1.7.0)
    zeitwerk (2.4.2)

PLATFORMS
  ruby

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

BUNDLED WITH
   2.1.4