Freshly/spicerack

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    around_the_world (0.27.1)
      activesupport (>= 5.2.1)
    directive (0.27.1)
      activemodel (>= 5.2.1)
      activesupport (>= 5.2.1)
      substance (= 0.27.1)
    redis_hash (0.27.1)
      activesupport (>= 5.2.1)
      redis (>= 3.0)
      tablesalt (= 0.27.1)
    rspice (0.27.1)
      faker (>= 1.8, < 3.0)
      rspec (~> 3.0)
    short_circu_it (0.27.1)
      activesupport (>= 5.2.1)
      around_the_world (= 0.27.1)
    spicerack-styleguide (0.27.1)
      rubocop (~> 0.92.0)
      rubocop-performance (~> 1.8.0)
      rubocop-rails (~> 2.8.0)
      rubocop-rspec (~> 1.43.0)
    substance (0.27.1)
      activemodel (>= 5.2.1)
      activesupport (>= 5.2.1)
      short_circu_it (= 0.27.1)
      tablesalt (= 0.27.1)
      technologic (= 0.27.1)
    tablesalt (0.27.1)
      activemodel (>= 5.2.1)
      activesupport (>= 5.2.1)
    technologic (0.27.1)
      activesupport (>= 5.2.1)
      short_circu_it (= 0.27.1)

PATH
  remote: .
  specs:
    spicerack (0.27.1)
      around_the_world (= 0.27.1)
      directive (= 0.27.1)
      redis_hash (= 0.27.1)
      short_circu_it (= 0.27.1)
      substance (= 0.27.1)
      tablesalt (= 0.27.1)
      technologic (= 0.27.1)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.1.3.1)
      activesupport (= 6.1.3.1)
    activerecord (6.1.3.1)
      activemodel (= 6.1.3.1)
      activesupport (= 6.1.3.1)
    activesupport (6.1.3.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    ast (2.4.2)
    coderay (1.1.2)
    concurrent-ruby (1.1.8)
    diff-lcs (1.4.4)
    docile (1.3.2)
    faker (2.14.0)
      i18n (>= 1.6, < 2)
    i18n (1.8.10)
      concurrent-ruby (~> 1.0)
    json (2.3.0)
    method_source (0.8.2)
    minitest (5.14.4)
    parallel (1.20.1)
    parser (3.0.2.0)
      ast (~> 2.4.1)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-nav (0.3.0)
      pry (>= 0.9.10, < 0.13.0)
    rack (2.2.3)
    rainbow (3.0.0)
    rake (13.0.1)
    redis (4.4.0)
    regexp_parser (2.1.1)
    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.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.2)
    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.11.0)
      parser (>= 3.0.1.1)
    rubocop-performance (1.8.1)
      rubocop (>= 0.87.0)
      rubocop-ast (>= 0.4.0)
    rubocop-rails (2.8.1)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 0.87.0)
    rubocop-rspec (1.43.2)
      rubocop (~> 0.87)
    ruby-progressbar (1.11.0)
    shoulda-matchers (4.0.1)
      activesupport (>= 4.2.0)
    simplecov (0.17.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    slop (3.6.0)
    sqlite3 (1.4.2)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    unicode-display_width (1.7.0)
    will_paginate (3.1.8)
    zeitwerk (2.4.2)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (>= 5.2.1)
  bundler (>= 2.0.1)
  faker (>= 2.0, < 3.0)
  pry (~> 0.10.0)
  pry-nav (>= 0.2.4)
  rake (>= 10.0)
  rspec (~> 3.0)
  rspice!
  shoulda-matchers (= 4.0.1)
  simplecov (~> 0.16)
  spicerack!
  spicerack-styleguide!
  sqlite3 (>= 1.3.6, < 2.0.0)
  will_paginate (~> 3.1.1)

BUNDLED WITH
   2.2.16