annacruz/app-raffle

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    backports (3.6.7)
    byebug (8.2.0)
    docile (1.1.5)
    foreman (0.78.0)
      thor (~> 0.19.1)
    haml (4.0.5)
      tilt
    json (1.8.3)
    minitest (5.8.0)
    multi_json (1.11.2)
    rack (1.5.2)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    simplecov (0.11.2)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sinatra (1.4.5)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    sinatra-contrib (1.4.6)
      backports (>= 2.0)
      multi_json
      rack-protection
      rack-test
      sinatra (~> 1.4.0)
      tilt (>= 1.3, < 3)
    thor (0.19.1)
    tilt (1.4.1)

PLATFORMS
  ruby

DEPENDENCIES
  byebug
  foreman
  haml
  minitest
  simplecov
  sinatra
  sinatra-contrib

BUNDLED WITH
   1.12.5