mhenrixon/simplecov-sublime

View on GitHub
gemfiles/simplecov_develop.gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/colszowka/simplecov.git
  revision: 75e1c638447a2352fe5c41a53756534493e9d994
  specs:
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)

PATH
  remote: ..
  specs:
    simplecov-sublime (0.21.0)
      json
      simplecov (~> 0.14, < 1.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.2.4.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    appraisal (2.3.0)
      bundler
      rake
      thor (>= 0.14.0)
    ast (2.4.1)
    coderay (1.1.3)
    concurrent-ruby (1.1.7)
    diff-lcs (1.4.4)
    docile (1.3.5)
    faraday (1.3.0)
      faraday-net_http (~> 1.0)
      multipart-post (>= 1.2, < 3)
      ruby2_keywords
    faraday-http-cache (2.2.0)
      faraday (>= 0.8)
    faraday-net_http (1.0.1)
    faraday_middleware (1.0.0)
      faraday (~> 1.0)
    gem-release (2.2.0)
    gh (0.18.0)
      activesupport (~> 5.0)
      addressable (~> 2.4)
      faraday (~> 1.0)
      faraday_middleware (~> 1.0)
      multi_json (~> 1.0)
      net-http-persistent (~> 2.9)
      net-http-pipeline
    github-markup (3.0.5)
    github_changelog_generator (1.15.2)
      activesupport
      faraday-http-cache
      multi_json
      octokit (~> 4.6)
      rainbow (>= 2.2.1)
      rake (>= 10.0)
      retriable (~> 3.0)
    highline (2.0.3)
    i18n (1.8.7)
      concurrent-ruby (~> 1.0)
    json (2.5.1)
    json_pure (2.5.1)
    json_spec (1.1.5)
      multi_json (~> 1.0)
      rspec (>= 2.0, < 4.0)
    kwalify (0.7.2)
    launchy (2.4.3)
      addressable (~> 2.3)
    method_source (1.0.0)
    minitest (5.14.3)
    multi_json (1.15.0)
    multipart-post (2.1.1)
    net-http-persistent (2.9.4)
    net-http-pipeline (1.0.1)
    octokit (4.20.0)
      faraday (>= 0.9)
      sawyer (~> 0.8.0, >= 0.5.3)
    parallel (1.20.1)
    parser (3.0.0.0)
      ast (~> 2.4.1)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    psych (3.3.0)
    public_suffix (4.0.6)
    pusher-client (0.6.2)
      json
      websocket (~> 1.0)
    rainbow (3.0.0)
    rake (13.0.3)
    redcarpet (3.5.1)
    reek (6.0.3)
      kwalify (~> 0.7.0)
      parser (~> 3.0.0)
      psych (~> 3.1)
      rainbow (>= 2.0, < 4.0)
    regexp_parser (2.0.3)
    retriable (3.1.2)
    rexml (3.2.4)
    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.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.1)
    rubocop (1.2.0)
      parallel (~> 1.10)
      parser (>= 2.7.1.5)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8)
      rexml
      rubocop-ast (>= 1.0.1)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-ast (1.4.0)
      parser (>= 2.7.1.5)
    rubocop-mhenrixon (1.2.1)
      rubocop (~> 1.2.0)
      rubocop-performance (>= 1.9)
      rubocop-rake (~> 0.5)
      rubocop-rspec (~> 2.1)
      rubocop-thread_safety (~> 0.4)
    rubocop-performance (1.9.2)
      rubocop (>= 0.90.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    rubocop-rake (0.5.1)
      rubocop
    rubocop-rspec (2.1.0)
      rubocop (~> 1.0)
      rubocop-ast (>= 1.1.0)
    rubocop-thread_safety (0.4.2)
      rubocop (>= 0.53.0)
    ruby-progressbar (1.11.0)
    ruby2_keywords (0.0.2)
    sawyer (0.8.2)
      addressable (>= 2.3.5)
      faraday (> 0.8, < 2.0)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.2)
    thor (1.0.1)
    thread_safe (0.3.6)
    travis (1.10.0)
      faraday (~> 1.0)
      faraday_middleware (~> 1.0)
      gh (~> 0.13)
      highline (~> 2.0)
      json_pure (~> 2.3)
      launchy (~> 2.1, < 2.5.0)
      pusher-client (~> 0.4)
    tzinfo (1.2.9)
      thread_safe (~> 0.1)
    unicode-display_width (1.7.0)
    websocket (1.2.9)
    yard (0.9.26)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal
  bundler (~> 2.1)
  gem-release (~> 2.0)
  github-markup (~> 3.0)
  github_changelog_generator
  json_spec
  pry
  rake (~> 13.0)
  redcarpet (~> 3.4)
  reek (>= 5.3)
  rspec (~> 3.9)
  rubocop-mhenrixon
  simplecov!
  simplecov-sublime!
  travis
  yard (~> 0.9)

BUNDLED WITH
   2.2.5