summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 7b443e3830d6dea2a9cfc91bdffe96c37296f530 (plain)
1
2
3
4
5
6
7
8
9
10
11
source "https://rubygems.org"
gemspec
gem "lazar", :path => "../lazar"
gem "toxtree", :path => "../toxtree"
gem "kazius-alerts", :path => "../kazius-alerts"
gem "gem-path"
gem "sinatra"
gem "sinatra-reloader"
gem "haml"
gem "sass"
gem "rdiscount"