From d0ab5e9a530d607c73da1ff51360e78feb4d1fbf Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Thu, 1 Mar 2012 12:00:23 +0100 Subject: [PATCH] upgrade mongoid --- Gemfile.lock | 4 ++-- custom_fields.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0efd274..310da6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH custom_fields (2.0.0.rc5) activesupport (~> 3.2.1) carrierwave-mongoid (~> 0.1.3) - mongoid (~> 2.4.3) + mongoid (~> 2.4.5) GEM remote: http://rubygems.org/ @@ -34,7 +34,7 @@ GEM mocha (0.9.12) mongo (1.3.1) bson (>= 1.3.1) - mongoid (2.4.3) + mongoid (2.4.5) activemodel (~> 3.1) mongo (~> 1.3) tzinfo (~> 0.3.22) diff --git a/custom_fields.gemspec b/custom_fields.gemspec index 7ea823a..c60672e 100644 --- a/custom_fields.gemspec +++ b/custom_fields.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = '>= 1.3.6' s.rubyforge_project = 'nowarning' - s.add_dependency 'mongoid', '~> 2.4.3' + s.add_dependency 'mongoid', '~> 2.4.5' s.add_dependency 'activesupport', '~> 3.2.1' s.add_dependency 'carrierwave-mongoid', '~> 0.1.3'