veto

Simple Sinatra voting website.
git clone git://git.knutsen.co/veto
Log | Files | Refs | README | LICENSE

Gemfile.lock (735B)


GEM
  remote: https://rubygems.org/
  specs:
    bson (4.12.1)
    daemons (1.4.0)
    eventmachine (1.2.7)
    json (2.5.1)
    mongo (2.14.0)
      bson (>= 4.8.2, < 5.0.0)
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    rack (2.2.3)
    rack-protection (2.1.0)
      rack
    rack-ssl (1.4.1)
      rack
    ruby2_keywords (0.0.4)
    sinatra (2.1.0)
      mustermann (~> 1.0)
      rack (~> 2.2)
      rack-protection (= 2.1.0)
      tilt (~> 2.0)
    thin (1.8.1)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    tilt (2.0.10)

PLATFORMS
  ruby

DEPENDENCIES
  json
  mongo
  rack (~> 2.1)
  rack-ssl (~> 1.4)
  sinatra (~> 2.0, >= 2.0.4)
  thin

BUNDLED WITH
   2.2.20