source "https://rubygems.org"

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.3.0'

gemspec

gem 'faye-websocket'
gem 'sinatra'
gem 'rack'
gem 'thin'
