source "https://rubygems.org/"

gem "sinatra", :git => 'git://github.com/sinatra/sinatra'
gem "backports", ">= 2.0"
gem "rack-test"
gem "rspec", "~> 2.3"
gem "haml"
gem "erubis"
gem "slim"
gem "rake"
