Commit b2c779faf92b2081ce3587a58a6c5516d43bac73
1 parent
b643a045
Exists in
master
and in
1 other branch
Update Mongoid to 2.0.0.rc.7
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
Gemfile
@@ -2,7 +2,7 @@ source 'http://rubygems.org' | @@ -2,7 +2,7 @@ source 'http://rubygems.org' | ||
2 | 2 | ||
3 | gem 'rails', '3.0.5' | 3 | gem 'rails', '3.0.5' |
4 | gem 'nokogiri' | 4 | gem 'nokogiri' |
5 | -gem 'mongoid', '~> 2.0.0.rc.6' | 5 | +gem 'mongoid', '~> 2.0.0.rc.7' |
6 | gem 'haml' | 6 | gem 'haml' |
7 | gem 'will_paginate' | 7 | gem 'will_paginate' |
8 | gem 'devise', '~> 1.1.8' | 8 | gem 'devise', '~> 1.1.8' |
Gemfile.lock
@@ -110,7 +110,7 @@ DEPENDENCIES | @@ -110,7 +110,7 @@ DEPENDENCIES | ||
110 | devise (~> 1.1.8) | 110 | devise (~> 1.1.8) |
111 | factory_girl_rails | 111 | factory_girl_rails |
112 | haml | 112 | haml |
113 | - mongoid (~> 2.0.0.rc.6) | 113 | + mongoid (~> 2.0.0.rc.7) |
114 | nokogiri | 114 | nokogiri |
115 | rails (= 3.0.5) | 115 | rails (= 3.0.5) |
116 | rspec (~> 2.1) | 116 | rspec (~> 2.1) |