virtualstaticvoid/taskinator

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    taskinator (0.5.1)
      builder (>= 3.2.2)
      connection_pool (>= 2.2.0)
      globalid (>= 0.3)
      json (>= 1.8.2)
      redis (>= 3.2.1)
      redis-namespace (>= 1.5.2)
      thwait (>= 0.2)

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (5.2.8.1)
      actionview (= 5.2.8.1)
      activesupport (= 5.2.8.1)
      rack (~> 2.0, >= 2.0.8)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.2.8.1)
      activesupport (= 5.2.8.1)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.2.8.1)
      activesupport (= 5.2.8.1)
      globalid (>= 0.3.6)
    activesupport (5.2.8.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    builder (3.2.4)
    byebug (11.1.3)
    coderay (1.1.3)
    concurrent-ruby (1.1.10)
    connection_pool (2.3.0)
    coveralls (0.8.23)
      json (>= 1.8, < 3)
      simplecov (~> 0.16.1)
      term-ansicolor (~> 1.3)
      thor (>= 0.19.4, < 2.0)
      tins (~> 1.6)
    crass (1.0.6)
    delayed_job (4.1.11)
      activesupport (>= 3.0, < 8.0)
    diff-lcs (1.5.0)
    docile (1.4.0)
    e2mmap (0.1.0)
    erubi (1.12.0)
    fakeredis (0.7.0)
      redis (>= 3.2, < 5.0)
    globalid (1.0.0)
      activesupport (>= 5.0)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    json (2.6.3)
    loofah (2.19.1)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    method_source (1.0.0)
    mini_portile2 (2.8.1)
    minitest (5.17.0)
    mono_logger (1.1.1)
    multi_json (1.15.0)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    nokogiri (1.13.10)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    pry (0.14.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    racc (1.6.2)
    rack (2.2.5)
    rack-protection (3.0.5)
      rack
    rack-test (2.0.2)
      rack (>= 1.3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.4.4)
      loofah (~> 2.19, >= 2.19.1)
    railties (5.2.8.1)
      actionpack (= 5.2.8.1)
      activesupport (= 5.2.8.1)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    rake (13.0.6)
    redis (4.8.0)
    redis-namespace (1.10.0)
      redis (>= 4)
    resque (2.4.0)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.6)
      sinatra (>= 0.9.2)
    resque_spec (0.18.1)
      resque (>= 1.26.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
      rspec-mocks (>= 3.0.0)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.0)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-rails (5.1.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      railties (>= 5.2)
      rspec-core (~> 3.10)
      rspec-expectations (~> 3.10)
      rspec-mocks (~> 3.10)
      rspec-support (~> 3.10)
    rspec-sidekiq (3.1.0)
      rspec-core (~> 3.0, >= 3.0.0)
      sidekiq (>= 2.4.0)
    rspec-support (3.12.0)
    ruby2_keywords (0.0.5)
    sidekiq (6.5.8)
      connection_pool (>= 2.2.5, < 3)
      rack (~> 2.0)
      redis (>= 4.5.0, < 5)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sinatra (3.0.5)
      mustermann (~> 3.0)
      rack (~> 2.2, >= 2.2.4)
      rack-protection (= 3.0.5)
      tilt (~> 2.0)
    sync (0.5.0)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    thor (1.2.1)
    thread_safe (0.3.6)
    thwait (0.2.0)
      e2mmap
    tilt (2.0.11)
    tins (1.32.1)
      sync
    tzinfo (1.2.10)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  activejob (>= 5.0.0)
  activesupport (~> 5.2.0)
  bundler (>= 1.6.0)
  coveralls (>= 0.8.22)
  delayed_job (~> 4.1.0)
  fakeredis (~> 0.7.0)
  pry (>= 0.9.0)
  pry-byebug (>= 1.3.0)
  rake (>= 10.3.0)
  resque (>= 1.25.2)
  resque_spec (>= 0.16.0)
  rspec
  rspec-rails (>= 2.0)
  rspec-sidekiq (>= 2.1.0)
  sidekiq (>= 3.5.0, < 7.0.0)
  taskinator!

BUNDLED WITH
   2.3.5