Skip to content

Commit

Permalink
Rails 3 compatibility for MongoMapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerouze committed Jun 4, 2010
1 parent c4eb99e commit 10a1dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ begin
gem.files = Dir["README.md", "lib/**/*"]

gem.add_dependency 'actionpack', '~> 3.0'
gem.add_development_dependency 'mongo_mapper', '>= 0.6.1'
gem.add_development_dependency 'mongo_mapper-rails3', '>= 0.7.2'
gem.add_development_dependency 'mongoid', '~> 2.0'
end

Expand Down

0 comments on commit 10a1dc7

Please sign in to comment.