ryancyq/rodiff

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    rodiff (1.1.1)
      thor (~> 1.3.2)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.7)
      public_suffix (>= 2.0.2, < 7.0)
    ast (2.4.2)
    base64 (0.2.0)
    bigdecimal (3.1.8)
    crack (1.0.0)
      bigdecimal
      rexml
    diff-lcs (1.5.1)
    docile (1.4.1)
    hashdiff (1.1.1)
    json (2.7.4)
    language_server-protocol (3.17.0.3)
    parallel (1.26.3)
    parser (3.3.5.0)
      ast (~> 2.4.1)
      racc
    public_suffix (5.1.1)
    racc (1.8.1)
    rainbow (3.1.1)
    rake (13.2.1)
    regexp_parser (2.9.2)
    rexml (3.3.9)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.1)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    rubocop (1.67.0)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 2.4, < 3.0)
      rubocop-ast (>= 1.32.2, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.32.3)
      parser (>= 3.3.1.0)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    rubocop-rspec (3.2.0)
      rubocop (~> 1.61)
    ruby-progressbar (1.13.0)
    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.13.0)
    simplecov_json_formatter (0.1.4)
    thor (1.3.2)
    unicode-display_width (2.6.0)
    vcr (6.3.1)
      base64
    webmock (3.24.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  arm64-darwin
  x64-mingw-ucrt
  x64-mingw32
  x86_64-darwin
  x86_64-linux

DEPENDENCIES
  rake (~> 13.0)
  rodiff!
  rspec (~> 3.12)
  rubocop (~> 1.67)
  rubocop-rake
  rubocop-rspec
  simplecov (~> 0.22.0)
  simplecov-cobertura
  thor (~> 1.3.2)
  vcr (~> 6.3)
  webmock (~> 3.24)

BUNDLED WITH
   2.5.18