SelenaSmall/ruby_invoice

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    codeclimate-test-reporter (1.0.7)
      simplecov
    diff-lcs (1.3)
    docile (1.1.5)
    i18n (0.8.6)
    json (2.1.0)
    money (6.9.0)
      i18n (>= 0.6.4, < 0.9)
    rake (12.0.0)
    rspec (3.6.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-mocks (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-support (3.6.0)
    simplecov (0.15.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  codeclimate-test-reporter (~> 1.0.0)
  money
  rake
  rspec
  simplecov

BUNDLED WITH
   1.15.4