orgsync/stoplight

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    stoplight (4.1.0)
      redlock (~> 1.0)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    benchmark-ips (2.13.0)
    database_cleaner-core (2.0.1)
    database_cleaner-redis (2.0.0)
      database_cleaner-core (~> 2.0.0)
      redis
    debug (1.9.1)
      irb (~> 1.10)
      reline (>= 0.3.8)
    diff-lcs (1.5.1)
    docile (1.4.0)
    fakeredis (0.9.2)
      redis (~> 4.8)
    io-console (0.7.1)
    irb (1.11.0)
      rdoc
      reline (>= 0.3.8)
    json (2.6.3)
    language_server-protocol (3.17.0.3)
    parallel (1.23.0)
    parser (3.2.2.4)
      ast (~> 2.4.1)
      racc
    psych (5.1.2)
      stringio
    racc (1.7.1)
    rainbow (3.1.1)
    rake (13.1.0)
    rdoc (6.6.2)
      psych (>= 4.0.0)
    redis (4.8.1)
    redlock (1.3.2)
      redis (>= 3.0.0, < 6.0)
    regexp_parser (2.8.2)
    reline (0.4.1)
      io-console (~> 0.5)
    rexml (3.2.6)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    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.57.2)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.2.2.4)
      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.30.0)
      parser (>= 3.2.1.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-lcov (0.8.0)
    simplecov_json_formatter (0.1.4)
    stringio (3.1.0)
    timecop (0.9.8)
    unicode-display_width (2.5.0)

PLATFORMS
  ruby

DEPENDENCIES
  benchmark-ips (~> 2.13)
  database_cleaner-redis (~> 2.0)
  debug
  fakeredis (~> 0.9)
  rake (~> 13.1)
  redis (~> 4.8)
  rspec (~> 3.13)
  rubocop (~> 1.57.2)
  simplecov (~> 0.22)
  simplecov-lcov (~> 0.8)
  stoplight!
  timecop (~> 0.9)

BUNDLED WITH
   2.3.4