codeclimate/codeclimate

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    codeclimate (0.96.0)
      activesupport (~> 5.2.3)
      highline (~> 2.0.3)
      pry (~> 0.10.1)
      rainbow (~> 2.0, >= 2.0.0)
      redcarpet (~> 3.2)
      tty-spinner (~> 0.1.0)
      uuid (~> 2.3)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.2.8.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    builder (3.2.3)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    diff-lcs (1.3)
    docile (1.1.5)
    highline (2.0.3)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    json (2.5.1)
    macaddr (1.7.2)
      systemu (~> 2.6.5)
    method_source (0.8.2)
    minitest (5.18.0)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rainbow (2.2.2)
      rake
    rake (12.3.3)
    redcarpet (3.6.0)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    rspec_junit_formatter (0.2.3)
      builder (< 4)
      rspec-core (>= 2, < 4, != 2.12.0)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    stackprof (0.2.10)
    systemu (2.6.5)
    thread_safe (0.3.6)
    tty-spinner (0.1.0)
    tzinfo (1.2.11)
      thread_safe (~> 0.1)
    uuid (2.3.9)
      macaddr (~> 1.0)

PLATFORMS
  ruby

DEPENDENCIES
  codeclimate!
  rake
  rspec
  rspec_junit_formatter
  simplecov
  stackprof

BUNDLED WITH
   2.3.16