Commit b2c779faf92b2081ce3587a58a6c5516d43bac73

Authored by Jeremy Lecour
1 parent b643a045
Exists in master and in 1 other branch production

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 2  
3 3 gem 'rails', '3.0.5'
4 4 gem 'nokogiri'
5   -gem 'mongoid', '~> 2.0.0.rc.6'
  5 +gem 'mongoid', '~> 2.0.0.rc.7'
6 6 gem 'haml'
7 7 gem 'will_paginate'
8 8 gem 'devise', '~> 1.1.8'
... ...
Gemfile.lock
... ... @@ -110,7 +110,7 @@ DEPENDENCIES
110 110 devise (~> 1.1.8)
111 111 factory_girl_rails
112 112 haml
113   - mongoid (~> 2.0.0.rc.6)
  113 + mongoid (~> 2.0.0.rc.7)
114 114 nokogiri
115 115 rails (= 3.0.5)
116 116 rspec (~> 2.1)
... ...