Skip to content

Commit

Permalink
Update mongoid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
haines committed Feb 15, 2013
1 parent 53868c2 commit 273196f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 273196f

Please sign in to comment.