RobertDober/lab42_data_class

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    lab42_data_class (0.8.4)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    coderay (1.1.3)
    debug (1.4.0)
      irb (>= 1.3.6)
      reline (>= 0.2.7)
    diff-lcs (1.5.0)
    docile (1.4.0)
    io-console (0.5.11)
    irb (1.4.1)
      reline (>= 0.3.0)
    method_source (1.0.0)
    parallel (1.21.0)
    parser (3.1.1.0)
      ast (~> 2.4.1)
    pry (0.14.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-doc (1.3.0)
      pry (~> 0.11)
      yard (~> 0.9.11)
    rainbow (3.1.1)
    regexp_parser (2.2.1)
    reline (0.3.1)
      io-console (~> 0.5)
    rexml (3.2.5)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.2)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.3)
    rubocop (1.25.1)
      parallel (~> 1.10)
      parser (>= 3.1.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.15.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.16.0)
      parser (>= 3.1.1.0)
    ruby-progressbar (1.11.0)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov-lcov (0.8.0)
    simplecov_json_formatter (0.1.4)
    speculate_about (1.0.2)
    unicode-display_width (2.1.0)
    webrick (1.7.0)
    yard (0.9.27)
      webrick (~> 1.7.0)

PLATFORMS
  x86_64-darwin-21
  x86_64-linux

DEPENDENCIES
  debug
  lab42_data_class!
  pry-doc
  rspec (~> 3.10.0)
  rspec-core (~> 3.10.0)
  rubocop (~> 1.25.0)
  simplecov
  simplecov-lcov (~> 0.8.0)
  speculate_about (~> 1.0.2)

BUNDLED WITH
   2.3.5