From 604a6f86d7ce6bb0ab5860f14abf8f0e9e31c678 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Mon, 26 Nov 2012 11:59:48 -0600 Subject: [PATCH] Lock Gemfile to Mongoid 3.0.13. Fixes the problem described here: https://github.com/mongoid/mongoid/issues/2579 This should be reverted when the Mongoid issue (or whatever it is) is fixed. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1faef1f6..85c71ce0 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" group :development, :test do gem 'rake' - gem 'mongoid' + gem 'mongoid', '3.0.13' gem 'bson_ext', :platforms => :ruby gem 'rails' -- GitLab