diff options
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 |