v-yarotsky/prj

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    prj (2.0.1)

GEM
  remote: https://rubygems.org/
  specs:
    diff-lcs (1.5.0)
    docile (1.4.0)
    rake (13.0.6)
    rake-compiler (1.2.5)
      rake
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.6)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.1)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)

PLATFORMS
  ruby

DEPENDENCIES
  prj!
  rake (~> 13.0)
  rake-compiler (~> 1.2)
  rspec (~> 3.4)
  simplecov (~> 0.22)

BUNDLED WITH
   2.4.10