summaryrefslogtreecommitdiff
path: root/Gemfile
blob: c5e2123501ae57b1d5e9e3fea279d6fff46769bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
source :rubygems

gem 'sinatra', ">=1.1.0"
gem 'haml', ">=3.0.0"
gem 'less', ">=1.2.0"
gem 'rdiscount', ">=1.6.5"
gem 'dm-core', ">=1.0"
gem 'dm-validations', ">=1.0"
gem 'dm-migrations', ">=1.0"
gem 'dm-timestamps', ">=1.0"
gem 'dm-postgres-adapter', ">=1.0"
gem 'rqr', ">=0.2.2"