source 'https://rubygems.org'

# Command line option parsing
gem 'optimist'

# Web server
gem 'sinatra'
gem 'thin'