pboling/require_bench

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    require_bench (1.0.4)
      version_gem (>= 1.1.3, < 4)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    backports (3.24.1)
    base64 (0.1.1)
    byebug (11.1.3)
    coderay (1.1.3)
    colorize (1.1.0)
    coolline (0.5.0)
      unicode_utils (~> 1.4)
    debug (1.8.0)
      irb (>= 1.5.0)
      reline (>= 0.3.1)
    diff-lcs (1.5.0)
    diffy (3.4.2)
    docile (1.4.0)
    highline (2.1.0)
    interception (0.5)
    io-console (0.6.0)
    irb (1.8.1)
      rdoc
      reline (>= 0.3.8)
    json (2.6.3)
    language_server-protocol (3.17.0.3)
    lint_roller (1.1.0)
    lucky_case (1.1.0)
    method_source (1.0.0)
    parallel (1.23.0)
    parser (3.2.2.4)
      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)
    pry-coolline (0.2.6)
      coolline (~> 0.5)
      pry (~> 0.13)
    pry-doc (1.4.0)
      pry (~> 0.11)
      yard (~> 0.9.11)
    pry-docmore (0.1.1)
      pry
      pry-doc
    pry-macro (1.0.1)
      highline
      pry
    pry-pretty-numeric (0.1.1)
      pry
    pry-rescue (1.5.2)
      interception (>= 0.5)
      pry (>= 0.12.0)
    psych (5.1.0)
      stringio
    racc (1.7.1)
    rainbow (3.1.1)
    rake (13.0.6)
    rbs (3.1.3)
    rdoc (6.5.0)
      psych (>= 4.0.0)
    redcarpet (3.6.0)
    regexp_parser (2.8.2)
    reline (0.3.9)
      io-console (~> 0.5)
    rexml (3.2.6)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-block_is_expected (1.0.5)
    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-stubbed_env (1.0.1)
    rspec-support (3.12.1)
    rubocop (1.56.4)
      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 (8.1.1)
      rubocop-ruby2_2 (>= 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_2 (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)
    silent_stream (1.0.6)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-cobertura (2.1.0)
      rexml
      simplecov (~> 0.19)
    simplecov-html (0.12.3)
    simplecov-json (0.2.3)
      json
      simplecov
    simplecov-lcov (0.8.0)
    simplecov-rcov (0.3.3)
      simplecov (>= 0.4.1)
    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)
    stringio (3.0.8)
    unicode-display_width (2.5.0)
    unicode_utils (1.4.0)
    version_gem (1.1.3)
    yard (0.9.34)
    yard-junk (0.0.9)
      backports (>= 3.18)
      rainbow
      yard

PLATFORMS
  arm64-darwin-22

DEPENDENCIES
  colorize (~> 1.1)
  debug (~> 1.8)
  lucky_case (~> 1.1)
  pry (~> 0.14)
  pry-byebug (~> 3.10, >= 3.10.1)
  pry-coolline (~> 0.2, >= 0.2.6)
  pry-debugger-jruby (~> 2.1)
  pry-doc (~> 1.4)
  pry-docmore (~> 0.1, >= 0.1.1)
  pry-macro (~> 1.0, >= 1.0.1)
  pry-pretty-numeric (~> 0.1, >= 0.1.1)
  pry-rescue (~> 1.5, >= 1.5.2)
  rake (~> 13.0)
  rbs (~> 3.1)
  redcarpet (~> 3.6)
  require_bench!
  rspec (~> 3.12)
  rspec-block_is_expected (~> 1.0, >= 1.0.5)
  rspec-stubbed_env (~> 1.0, >= 1.0.1)
  rubocop-gradual (~> 0.3)
  rubocop-lts (~> 8.1.1)
  rubocop-md (~> 1.2)
  rubocop-packaging (~> 0.5, >= 0.5.2)
  rubocop-performance (~> 1.16)
  rubocop-rake (~> 0.6)
  rubocop-rspec (~> 2.24)
  rubocop-shopify (~> 2.14)
  rubocop-thread_safety (~> 0.5)
  silent_stream (~> 1.0, >= 1.0.3)
  simplecov (~> 0.22)
  simplecov-cobertura (~> 2.1)
  simplecov-html (~> 0.12)
  simplecov-json (~> 0.2)
  simplecov-lcov (~> 0.8)
  simplecov-rcov (~> 0.3, >= 0.3.3)
  standard (~> 1.31, >= 1.31.1)
  standard-custom (~> 1.0, >= 1.0.1)
  standard-performance (~> 1.2)
  standard-rubocop-lts (~> 1.0, >= 1.0.9)
  yard (~> 0.9, >= 0.9.34)
  yard-junk (~> 0.0)

BUNDLED WITH
   2.4.20