diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-11-30 23:09:49 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-11-30 23:09:49 -0700 |
| commit | a7ac2194708c39f02fa20ad4edff78fc4f24ea91 (patch) | |
| tree | c2bfa94b5fb69482624fb299f02cecd2ff252086 /Gemfile | |
| parent | 8ed3ebd4a3e212a35f72976f33a3484e1e2275cc (diff) | |
Gemfile added.
The gemfile for heroku :)
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +source :rubygems + +gem 'sinatra', ">=1.1.0" +gem 'haml', ">=3.0.0" +gem 'less', ">=1.2.0" +gem 'mongo', ">=1.1.0" +gem 'rdiscount', ">=1.6.5"
\ No newline at end of file |