veto

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

Gemfile (147B)


1
2
3
4
5
6
7
8
source 'https://rubygems.org'

gem 'thin'
gem 'rack-ssl', '~> 1.4'
gem 'sinatra', '~> 2.0', '>= 2.0.4'
gem 'json'
gem 'mongo'
gem 'rack', '~> 2.1'