joel/enum_for

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    enum_for (0.1.0)
      activesupport (~> 5.2)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (5.2.3)
      activesupport (= 5.2.3)
    activerecord (5.2.3)
      activemodel (= 5.2.3)
      activesupport (= 5.2.3)
      arel (>= 9.0)
    activesupport (5.2.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    arel (9.0.0)
    ast (2.4.0)
    byebug (11.0.1)
    coderay (1.1.2)
    concurrent-ruby (1.1.5)
    diff-lcs (1.3)
    docile (1.3.2)
    i18n (1.6.0)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.3)
    json (2.2.0)
    method_source (0.9.2)
    minitest (5.11.3)
    parallel (1.17.0)
    parser (2.6.3.0)
      ast (~> 2.4.0)
    pry (0.12.2)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    pry-byebug (3.7.0)
      byebug (~> 11.0)
      pry (~> 0.10)
    rainbow (3.0.0)
    rake (10.5.0)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-core (3.8.2)
      rspec-support (~> 3.8.0)
    rspec-expectations (3.8.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-mocks (3.8.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-support (3.8.2)
    rubocop (0.73.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.6)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    rubocop-performance (1.4.0)
      rubocop (>= 0.71.0)
    rubocop-rspec (1.33.0)
      rubocop (>= 0.60.0)
    ruby-progressbar (1.10.1)
    simplecov (0.17.0)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sqlite3 (1.4.1)
    thread_safe (0.3.6)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    unicode-display_width (1.6.0)
    with_model (2.1.2)
      activerecord (>= 4.2, < 6.0)
    yard (0.9.20)
    yardstick (0.9.9)
      yard (~> 0.8, >= 0.8.7.2)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.0)
  enum_for!
  pry-byebug (~> 3.7)
  rake (~> 10.0)
  rspec (~> 3.0)
  rubocop-performance (~> 1.4)
  rubocop-rspec (~> 1.33)
  simplecov (~> 0.17)
  sqlite3 (~> 1.4)
  with_model (~> 2.1)
  yardstick (~> 0.9)

BUNDLED WITH
   2.0.2