Skip to content

Commit

Permalink
Install mongoid only on 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Jan 9, 2013
1 parent 5bfbc26 commit ca7d479
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -22,8 +22,11 @@ end

platforms :ruby do
gem "sqlite3"
end


platforms :mri_19 do
group :mongoid do
gem "mongoid", "~> 3.0"
end
end
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -59,12 +59,12 @@ GEM
mime-types (1.19)
mocha (0.10.0)
metaclass (~> 0.0.1)
mongoid (3.0.14)
mongoid (3.0.16)
activemodel (~> 3.1)
moped (~> 1.1)
origin (~> 1.0)
tzinfo (~> 0.3.22)
moped (1.3.1)
moped (1.3.2)
multi_json (1.5.0)
multipart-post (1.1.5)
nokogiri (1.5.5)
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/Gemfile.rails-3.1.x
Expand Up @@ -26,8 +26,10 @@ end

platforms :ruby do
gem "sqlite3"
end

platforms :mri_19 do
group :mongoid do
gem "mongoid", "~> 3.0"
end
end
end

0 comments on commit ca7d479

Please sign in to comment.