ryz310/redis-objects-periodical

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    redis-objects-periodical (0.7.0)
      redis-objects (~> 1.0)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    byebug (11.1.3)
    coderay (1.1.3)
    connection_pool (2.3.0)
    diff-lcs (1.5.1)
    docile (1.4.0)
    json (2.8.2)
    language_server-protocol (3.17.0.3)
    method_source (1.0.0)
    parallel (1.26.3)
    parser (3.3.6.0)
      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.8.1)
    rainbow (3.1.1)
    rake (13.2.1)
    redis (5.0.6)
      redis-client (>= 0.9.0)
    redis-client (0.12.1)
      connection_pool
    redis-objects (1.7.0)
      redis
    regexp_parser (2.9.2)
    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)
    rspec_junit_formatter (0.6.0)
      rspec-core (>= 2, < 4, != 2.12.0)
    rubocop (1.68.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.36.1)
      parser (>= 3.3.1.0)
    rubocop-performance (1.23.0)
      rubocop (>= 1.48.1, < 2.0)
      rubocop-ast (>= 1.31.1, < 2.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-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    timecop (0.9.10)
    unicode-display_width (2.6.0)
    yard (0.9.37)

PLATFORMS
  aarch64-linux
  x86_64-darwin-19
  x86_64-darwin-20
  x86_64-linux

DEPENDENCIES
  bundler (>= 2.0)
  pry-byebug
  rake (~> 13.2)
  redis-objects-periodical!
  rspec (~> 3.13)
  rspec_junit_formatter
  rubocop (~> 1.68)
  rubocop-performance
  rubocop-rspec
  simplecov (= 0.22.0)
  timecop
  yard

BUNDLED WITH
   2.3.26