TolichP/thorderbolt

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    thorderbolt (0.1.1)
      activerecord (>= 5.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.0.2.2)
      activesupport (= 6.0.2.2)
    activerecord (6.0.2.2)
      activemodel (= 6.0.2.2)
      activesupport (= 6.0.2.2)
    activesupport (6.0.2.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2)
    ast (2.4.0)
    byebug (11.1.1)
    coderay (1.1.2)
    concurrent-ruby (1.1.6)
    diff-lcs (1.3)
    docile (1.3.2)
    factory_bot (5.1.2)
      activesupport (>= 4.2.0)
    i18n (1.8.2)
      concurrent-ruby (~> 1.0)
    jaro_winkler (1.5.4)
    json (2.3.0)
    method_source (1.0.0)
    minitest (5.14.0)
    parallel (1.19.1)
    parser (2.7.1.1)
      ast (~> 2.4.0)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    rainbow (3.0.0)
    rexml (3.2.4)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.1)
      rspec-support (~> 3.9.1)
    rspec-expectations (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.2)
    rubocop (0.82.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.7.0.1)
      rainbow (>= 2.2.2, < 4.0)
      rexml
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-rspec (1.38.1)
      rubocop (>= 0.68.1)
    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.2)
    thread_safe (0.3.6)
    tzinfo (1.2.7)
      thread_safe (~> 0.1)
    unicode-display_width (1.7.0)
    zeitwerk (2.3.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 2.0)
  factory_bot (~> 5.0)
  pry (>= 0.12)
  pry-byebug (~> 3.0)
  rspec (~> 3.0)
  rubocop (~> 0.76)
  rubocop-rspec (~> 1.0)
  simplecov (= 0.17.0)
  sqlite3 (~> 1.4.0)
  thorderbolt!

BUNDLED WITH
   2.1.4