Barzahlen/gcra-ruby

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    gcra (1.3.0)

GEM
  remote: https://rubygems.org/
  specs:
    connection_pool (2.4.1)
    diff-lcs (1.5.0)
    redis (5.1.0)
      redis-client (>= 0.17.0)
    redis-client (0.21.1)
      connection_pool
    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.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.0)

PLATFORMS
  ruby

DEPENDENCIES
  gcra!
  redis (~> 5.1)
  rspec (~> 3.12)

BUNDLED WITH
   2.5.7