pboling/version_gem

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    version_gem (2.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    byebug (11.1.3)
    codecov (0.6.0)
      simplecov (>= 0.15, < 0.22)
    coderay (1.1.3)
    diff-lcs (1.5.0)
    docile (1.4.0)
    jaro_winkler (1.5.4)
    json (2.6.3)
    method_source (1.0.0)
    parallel (1.22.1)
    parser (3.2.1.1)
      ast (~> 2.4.1)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    rainbow (3.1.1)
    rake (13.0.6)
    rexml (3.2.5)
    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.2)
      rspec-core
    rspec-core (3.12.1)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.0)
    rubocop (0.81.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.7.0.1)
      rainbow (>= 2.2.2, < 4.0)
      rexml
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-lts (10.0.1)
      rubocop-ruby2_3 (~> 1.0.3)
    rubocop-performance (1.6.1)
      rubocop (>= 0.71.0)
    rubocop-rspec (1.41.0)
      rubocop (>= 0.68.1)
    rubocop-ruby2_3 (1.0.3)
      rubocop (= 0.81.0)
    ruby-progressbar (1.13.0)
    simplecov (0.21.2)
      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_json_formatter (0.1.4)
    unicode-display_width (1.8.0)

PLATFORMS
  arm64-darwin-22
  x86_64-darwin-19
  x86_64-linux

DEPENDENCIES
  byebug
  codecov (~> 0.6)
  pry
  pry-byebug
  pry-debugger-jruby
  rake (~> 13.0)
  rspec (~> 3.0)
  rspec-block_is_expected
  rubocop-lts (~> 10.0, >= 10.0.1)
  rubocop-performance
  rubocop-rspec
  simplecov (~> 0.21)
  simplecov-cobertura
  simplecov-json
  simplecov-lcov (~> 0.8)
  version_gem!

BUNDLED WITH
   2.4.8