Skip to content

Commit

Permalink
The merb metagem should include dm-serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Jan 19, 2009
1 parent 35a5645 commit 9e04521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion merb/Rakefile
Expand Up @@ -33,7 +33,8 @@ gems = [
["dm-aggregates", "~> #{DM_VERSION}"],
["dm-migrations", "~> #{DM_VERSION}"],
["dm-validations", "~> #{DM_VERSION}"],
["dm-sweatshop", "~> #{DM_VERSION}"]
["dm-sweatshop", "~> #{DM_VERSION}"],
["dm-serializer", "~> #{DM_VERSION}"]
]

merb_spec = Gem::Specification.new do |s|
Expand Down

0 comments on commit 9e04521

Please sign in to comment.