pboling/gem_bench

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    gem_bench (2.0.0)
      bundler (>= 1.14)
      version_gem (~> 1.1, >= 1.1.3)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    awesome_print (1.9.2)
    backports (3.24.1)
    base64 (0.1.1)
    byebug (11.1.3)
    coderay (1.1.3)
    diff-lcs (1.5.1)
    diffy (3.4.2)
    docile (1.4.0)
    gem-release (2.2.2)
    json (2.6.3)
    language_server-protocol (3.17.0.3)
    lint_roller (1.1.0)
    method_source (1.0.0)
    parallel (1.23.0)
    parser (3.2.2.3)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    racc (1.7.1)
    rainbow (3.1.1)
    rake (13.1.0)
    regexp_parser (2.8.1)
    rexml (3.2.6)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-block_is_expected (1.0.5)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.0)
    rubocop (1.56.3)
      base64 (~> 0.1.1)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.2.2.3)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.28.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.29.0)
      parser (>= 3.2.1.0)
    rubocop-capybara (2.19.0)
      rubocop (~> 1.41)
    rubocop-factory_bot (2.24.0)
      rubocop (~> 1.33)
    rubocop-gradual (0.3.1)
      diff-lcs (>= 1.2.0, < 2.0)
      diffy (~> 3.0)
      parallel (~> 1.10)
      rainbow (>= 2.2.2, < 4.0)
      rubocop (~> 1.0)
    rubocop-lts (10.1.1)
      rubocop-ruby2_3 (>= 2.0.3, < 3)
      standard-rubocop-lts (>= 1.0.3, < 3)
      version_gem (>= 1.1.2, < 3)
    rubocop-md (1.2.0)
      rubocop (>= 1.0)
    rubocop-packaging (0.5.2)
      rubocop (>= 1.33, < 2.0)
    rubocop-performance (1.19.1)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    rubocop-rspec (2.24.1)
      rubocop (~> 1.33)
      rubocop-capybara (~> 2.17)
      rubocop-factory_bot (~> 2.22)
    rubocop-ruby2_3 (2.0.5)
      rubocop-gradual (~> 0.3, >= 0.3.1)
      rubocop-md (~> 1.2)
      rubocop-rake (~> 0.6)
      rubocop-shopify (~> 2.14)
      rubocop-thread_safety (~> 0.5, >= 0.5.1)
      standard-rubocop-lts (~> 1.0, >= 1.0.7)
      version_gem (>= 1.1.3, < 3)
    rubocop-shopify (2.14.0)
      rubocop (~> 1.51)
    rubocop-thread_safety (0.5.1)
      rubocop (>= 0.90.0)
    ruby-progressbar (1.13.0)
    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)
    standard (1.31.1)
      language_server-protocol (~> 3.17.0.2)
      lint_roller (~> 1.0)
      rubocop (~> 1.56.2)
      standard-custom (~> 1.0.0)
      standard-performance (~> 1.2)
    standard-custom (1.0.2)
      lint_roller (~> 1.0)
      rubocop (~> 1.50)
    standard-performance (1.2.0)
      lint_roller (~> 1.1)
      rubocop-performance (~> 1.19.0)
    standard-rubocop-lts (1.0.9)
      standard (>= 1.31.1, < 2)
      standard-custom (>= 1.0.1, < 2)
      standard-performance (>= 1.2, < 2)
      version_gem (>= 1.1.3, < 4)
    unicode-display_width (2.4.2)
    version_gem (1.1.3)
    yard (0.9.35)
    yard-junk (0.0.9)
      backports (>= 3.18)
      rainbow
      yard

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print
  bundler
  byebug
  gem-release (~> 2.0)
  gem_bench!
  pry-byebug
  rake
  rspec
  rspec-block_is_expected
  rubocop-lts (~> 10.1)
  rubocop-packaging (~> 0.5, >= 0.5.2)
  rubocop-rspec
  simplecov
  yard
  yard-junk

BUNDLED WITH
   2.4.19