brainopia/sidekiq-limit_fetch

View on GitHub
gemfiles/sidekiq_6.1.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    sidekiq-limit_fetch (4.4.1)
      sidekiq (>= 6)

GEM
  remote: https://rubygems.org/
  specs:
    appraisal (2.4.1)
      bundler
      rake
      thor (>= 0.14.0)
    ast (2.4.2)
    connection_pool (2.2.5)
    diff-lcs (1.5.0)
    docile (1.4.0)
    json (2.7.1)
    language_server-protocol (3.17.0.3)
    parallel (1.24.0)
    parser (3.3.0.5)
      ast (~> 2.4.1)
      racc
    racc (1.7.3)
    rack (2.2.3.1)
    rainbow (3.1.1)
    rake (13.0.6)
    redis (4.6.0)
    redis-namespace (1.8.2)
      redis (>= 3.0.4)
    regexp_parser (2.9.0)
    rexml (3.2.6)
    rspec (3.11.0)
      rspec-core (~> 3.11.0)
      rspec-expectations (~> 3.11.0)
      rspec-mocks (~> 3.11.0)
    rspec-core (3.11.0)
      rspec-support (~> 3.11.0)
    rspec-expectations (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-mocks (3.11.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-support (3.11.0)
    rubocop (1.60.2)
      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 (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.30.0, < 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)
    sidekiq (6.1.3)
      connection_pool (>= 2.2.2)
      rack (~> 2.0)
      redis (>= 4.2.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)
    thor (1.2.1)
    unicode-display_width (2.5.0)

PLATFORMS
  arm64-darwin-23
  x86_64-linux

DEPENDENCIES
  appraisal
  rake
  redis-namespace (~> 1.5, >= 1.5.2)
  rspec
  rubocop
  sidekiq (~> 6.1.0)
  sidekiq-limit_fetch!
  simplecov

BUNDLED WITH
   2.3.5