Skip to content
Snippets Groups Projects
Commit 604a6f86 authored by Alex Reisner's avatar Alex Reisner
Browse files

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.
parent 3c536d37
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ source "http://rubygems.org" ...@@ -2,7 +2,7 @@ source "http://rubygems.org"
group :development, :test do group :development, :test do
gem 'rake' gem 'rake'
gem 'mongoid' gem 'mongoid', '3.0.13'
gem 'bson_ext', :platforms => :ruby gem 'bson_ext', :platforms => :ruby
gem 'rails' gem 'rails'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment