summaryrefslogtreecommitdiff
path: root/Gemfile
blob: a33d28eba8143c59c3f3431164f4c30bc56b0bfa (plain)
1
2
3
4
5
6
7
source "https://rubygems.org"
gemspec
gem "lazar", :path => "../lazar"
gem "sinatra"
gem 'sinatra-reloader', '~> 1.0'
gem "haml"
gem "rdiscount"