leandromoreira/redlock-rb

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    redlock (1.3.1)
      redis (>= 3.0.0, < 6.0)

GEM
  remote: https://rubygems.org/
  specs:
    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)
    diff-lcs (1.5.0)
    docile (1.4.0)
    json (2.3.1)
    rake (13.0.6)
    redis (5.0.5)
      redis-client (>= 0.9.0)
    redis-client (0.10.0)
      connection_pool
    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.1)
      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.1)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sync (0.5.0)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    thor (1.2.1)
    tins (1.31.1)
      sync

PLATFORMS
  ruby

DEPENDENCIES
  connection_pool (~> 2.2)
  coveralls (~> 0.8)
  json (~> 2.3.1, >= 2.3.0)
  rake (~> 13.0, >= 11.1.2)
  redlock!
  rspec (~> 3, >= 3.0.0)

BUNDLED WITH
   2.3.7