PipelineDeals/mantle

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    mantle (2.3.1)
      redis
      sidekiq (< 7.0)

GEM
  remote: https://rubygems.org/
  specs:
    coderay (1.1.0)
    connection_pool (2.2.5)
    diff-lcs (1.5.0)
    method_source (0.8.2)
    pry (0.10.0)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (2.2.6.2)
    redis (4.7.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.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.0)
    rspec_junit_formatter (0.5.1)
      rspec-core (>= 2, < 4, != 2.12.0)
    sidekiq (6.5.1)
      connection_pool (>= 2.2.2)
      rack (~> 2.0)
      redis (>= 4.2.0)
    slop (3.5.0)

PLATFORMS
  ruby

DEPENDENCIES
  mantle!
  pry
  rspec
  rspec_junit_formatter

BUNDLED WITH
   2.4.5