diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-12-01 00:18:06 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-12-01 00:18:06 -0700 |
| commit | 5573b3c2672a04d58a91ce1c74f9c543e14fb423 (patch) | |
| tree | 89f6333c33044c69ec1a96f2cfe2240d36e2f7cf /Gemfile | |
| parent | a7ac2194708c39f02fa20ad4edff78fc4f24ea91 (diff) | |
Gemfile.lock y nuevas revisiones.
yadda yadda yadda.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,5 +3,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 +gem 'rdiscount', ">=1.6.5" +gem 'dm-core', ">=1.0" +gem 'dm-timestamps', ">=1.0" +gem 'dm-mysql-adapter', ">=1.0"
\ No newline at end of file |