ninoseki/digging

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    childprocess (4.1.0)
    coveralls_reborn (0.23.0)
      simplecov (>= 0.18.1, < 0.22.0)
      term-ansicolor (~> 1.6)
      thor (>= 0.20.3, < 2.0)
      tins (~> 1.16)
    diff-lcs (1.4.4)
    docile (1.4.0)
    dotenv (2.7.6)
    foreman (0.87.2)
    iniparse (1.5.0)
    multi_json (1.15.0)
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    nio4r (2.5.8)
    overcommit (0.58.0)
      childprocess (>= 0.6.3, < 5)
      iniparse (~> 1.4)
      rexml (~> 3.2)
    parallel (1.21.0)
    parser (3.0.2.0)
      ast (~> 2.4.1)
    puma (5.5.0)
      nio4r (~> 2.0)
    rack (2.2.3)
    rack-protection (2.1.0)
      rack
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rainbow (3.0.0)
    rake (13.0.6)
    regexp_parser (2.1.1)
    require_all (3.0.0)
    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 (1.20.0)
      parallel (~> 1.10)
      parser (>= 3.0.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.9.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.11.0)
      parser (>= 3.0.1.1)
    rubocop-performance (1.11.5)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    ruby-progressbar (1.11.0)
    ruby2_keywords (0.0.5)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.3)
    sinatra (2.1.0)
      mustermann (~> 1.0)
      rack (~> 2.2)
      rack-protection (= 2.1.0)
      tilt (~> 2.0)
    sinatra-contrib (2.1.0)
      multi_json
      mustermann (~> 1.0)
      rack-protection (= 2.1.0)
      sinatra (= 2.1.0)
      tilt (~> 2.0)
    standard (1.3.0)
      rubocop (= 1.20.0)
      rubocop-performance (= 1.11.5)
    sync (0.5.0)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    thor (1.1.0)
    tilt (2.0.10)
    tins (1.29.1)
      sync
    unicode-display_width (2.1.0)

PLATFORMS
  ruby

DEPENDENCIES
  coveralls_reborn (~> 0.23)
  dotenv (~> 2.7)
  foreman (~> 0.87)
  overcommit (~> 0.58)
  puma (~> 5.5)
  rack-test (~> 1.1)
  rake (~> 13.0)
  require_all (~> 3.0)
  rspec (~> 3.10)
  sinatra (~> 2.1)
  sinatra-contrib (~> 2.1)
  standard (~> 1.3)

RUBY VERSION
   ruby 3.0.2p107

BUNDLED WITH
   2.2.27