Update mongoid dependency

This commit is contained in:
Andrew Haines 2013-02-15 09:55:12 +00:00
parent 53868c2f2f
commit 273196f7f0
1 changed files with 4 additions and 2 deletions

View File

@ -22,8 +22,10 @@ end
mongoid = case version
when "master"
{github: "mongoid/mongoid", branch: "4.0.0-dev"}
when "3.1", "3.2"
{github: "mongoid/mongoid"}
when "3.2"
"~> 3.1.0"
when "3.1"
"~> 3.0.0"
end