ahmad-elassuty/event_router

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    event_router (0.3.0)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.1)
    byebug (11.1.3)
    coderay (1.1.3)
    connection_pool (2.2.5)
    diff-lcs (1.3)
    method_source (1.0.0)
    oj (3.10.14)
    parallel (1.19.2)
    parser (2.7.1.4)
      ast (~> 2.4.1)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    rack (2.2.3)
    rainbow (3.0.0)
    redis (4.5.1)
    regexp_parser (1.7.1)
    rexml (3.2.5)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.0)
      rspec-support (~> 3.9.0)
    rspec-expectations (3.9.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.1)
    rubocop (0.89.1)
      parallel (~> 1.10)
      parser (>= 2.7.1.1)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.7)
      rexml
      rubocop-ast (>= 0.3.0, < 1.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 2.0)
    rubocop-ast (0.3.0)
      parser (>= 2.7.1.4)
    ruby-progressbar (1.10.1)
    sidekiq (6.4.0)
      connection_pool (>= 2.2.2)
      rack (~> 2.0)
      redis (>= 4.2.0)
    unicode-display_width (1.7.0)

PLATFORMS
  ruby

DEPENDENCIES
  event_router!
  oj
  pry
  pry-byebug
  rspec (~> 3.0)
  rubocop
  sidekiq

BUNDLED WITH
   2.1.4