UnderpantsGnome/config_reader-gem

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    config_reader (3.0.1)
      abbrev
      psych (~> 5.2, >= 5.2.1)

GEM
  remote: http://rubygems.org/
  specs:
    abbrev (0.1.2)
    arrayfields (4.9.2)
    ast (2.4.2)
    chronic (0.10.2)
    coderay (1.1.3)
    coerce (0.0.8)
      chronic (>= 0.6.2)
    date (3.4.1)
    diff-lcs (1.5.1)
    fattr (2.4.0)
    haml (6.3.0)
      temple (>= 0.8.2)
      thor
      tilt
    highline (1.7.10)
    json (2.7.2)
    language_server-protocol (3.17.0.3)
    lint_roller (1.1.0)
    logger (1.6.0)
    main (6.3.0)
      arrayfields (~> 4.9, >= 4.9.2)
      chronic (~> 0.10, >= 0.10.2)
      fattr (~> 2.4, >= 2.4.0)
      map (~> 6.6, >= 6.6.0)
    map (6.6.0)
    method_source (1.1.0)
    openssl (3.2.0)
    parallel (1.25.1)
    parser (3.3.4.0)
      ast (~> 2.4.1)
      racc
    prettier (4.0.4)
      syntax_tree (>= 4.0.1)
      syntax_tree-haml (>= 2.0.0)
      syntax_tree-rbs (>= 0.2.0)
    prettier_print (1.2.1)
    pry (0.15.0)
      coderay (~> 1.1)
      method_source (~> 1.0)
    psych (5.2.1)
      date
      stringio
    racc (1.8.1)
    rainbow (3.1.1)
    rake (13.2.1)
    rbs (3.5.2)
      logger
    regexp_parser (2.9.2)
    rexml (3.3.9)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    rubocop (1.64.1)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.31.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.31.3)
      parser (>= 3.3.1.0)
    rubocop-performance (1.21.1)
      rubocop (>= 1.48.1, < 2.0)
      rubocop-ast (>= 1.31.1, < 2.0)
    ruby-progressbar (1.13.0)
    sekrets (1.14.0)
      coerce (~> 0.0.8)
      fattr (~> 2.4)
      highline (~> 1.7)
      main (~> 6.3)
      map (~> 6.6)
      openssl (~> 3.2)
    standard (1.39.2)
      language_server-protocol (~> 3.17.0.2)
      lint_roller (~> 1.0)
      rubocop (~> 1.64.0)
      standard-custom (~> 1.0.0)
      standard-performance (~> 1.4)
    standard-custom (1.0.2)
      lint_roller (~> 1.0)
      rubocop (~> 1.50)
    standard-performance (1.4.0)
      lint_roller (~> 1.1)
      rubocop-performance (~> 1.21.0)
    stringio (3.1.2)
    syntax_tree (6.2.0)
      prettier_print (>= 1.2.0)
    syntax_tree-haml (4.0.3)
      haml (>= 5.2)
      prettier_print (>= 1.2.1)
      syntax_tree (>= 6.0.0)
    syntax_tree-rbs (1.0.0)
      prettier_print
      rbs
      syntax_tree (>= 2.0.1)
    temple (0.10.3)
    thor (1.3.1)
    tilt (2.4.0)
    unicode-display_width (2.5.0)

PLATFORMS
  ruby

DEPENDENCIES
  config_reader!
  prettier (~> 4.0)
  pry
  rake
  rspec (~> 3.9)
  sekrets (~> 1.14)
  standard (~> 1.29)

BUNDLED WITH
   2.5.14