Skip to content

Commit

Permalink
added data mapper gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rsl committed Jan 23, 2013
1 parent 5ccd1b6 commit e6c30a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -3,6 +3,10 @@ source "https://rubygems.org"

group :development do
gem "activerecord" # Not tying to a specific version of AR just yet
gem "dm-core", "1.2.0"
gem "dm-migrations", "1.2.0"
gem "dm-sqlite-adapter", "1.2.0"
gem "dm-validations", "1.2.0"
gem "jeweler", "1.8.4"
gem "mongoid", "3.0.14"
gem "RedCloth" # Can I restate that I really dislike camelcased gem names?
Expand Down

0 comments on commit e6c30a3

Please sign in to comment.