pgeraghty/ansible-wrapper-ruby

View on GitHub
examples/streaming/Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../..
  specs:
    ansible-wrapper (0.2.0)
      json

GEM
  remote: https://rubygems.org/
  specs:
    daemons (1.3.1)
    eventmachine (1.2.7)
    json (2.3.0)
    mustermann (1.0.3)
    rack (2.0.8)
    rack-protection (2.0.7)
      rack
    sinatra (2.0.7)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.7)
      tilt (~> 2.0)
    thin (1.7.2)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    tilt (2.0.9)

PLATFORMS
  ruby

DEPENDENCIES
  ansible-wrapper!
  sinatra
  thin

BUNDLED WITH
   1.17.3