From c90207313da420bb7df60af6d1ce27ea179234c8 Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Tue, 7 May 2013 10:11:19 +0200 Subject: [PATCH] update mongoid and mongo gem version to have latest stable version --- Gemfile | 8 ++++---- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index e4bec04..85064de 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' gem 'rails', '3.2.13' -gem 'mongoid', '~> 2.4.10' +gem 'mongoid', '~> 2.7.1' gem 'mongoid_rails_migrations' gem 'devise', '~> 1.5.4' gem 'haml' @@ -67,9 +67,9 @@ gem 'omniauth-github' platform :ruby do - gem 'mongo', '= 1.6.2' - gem 'bson', '= 1.6.2' - gem 'bson_ext', '= 1.6.2' + gem 'mongo' + gem 'bson' + gem 'bson_ext' end gem 'ri_cal' diff --git a/Gemfile.lock b/Gemfile.lock index e83c715..891b698 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,9 +61,9 @@ GEM multi_json (~> 1.3) nokogiri (~> 1.5.2) simple_oauth - bson (1.6.2) - bson_ext (1.6.2) - bson (~> 1.6.2) + bson (1.8.5) + bson_ext (1.8.5) + bson (~> 1.8.5) builder (3.0.4) campy (0.1.3) multi_json (~> 1.0) @@ -177,18 +177,18 @@ GEM railties method_source (0.7.1) mime-types (1.21) - mongo (1.6.2) - bson (~> 1.6.2) - mongoid (2.4.10) + mongo (1.8.5) + bson (~> 1.8.5) + mongoid (2.7.1) activemodel (~> 3.1) - mongo (~> 1.3) + mongo (~> 1.8) tzinfo (~> 0.3.22) mongoid_rails_migrations (0.0.14) activesupport (>= 3.0.0) bundler (>= 1.0.0) rails (>= 3.0.0) railties (>= 3.0.0) - multi_json (1.7.2) + multi_json (1.7.3) multi_xml (0.5.2) multipart-post (1.1.5) net-scp (1.0.4) @@ -366,8 +366,8 @@ DEPENDENCIES better_errors binding_of_caller bitbucket_rest_api - bson (= 1.6.2) - bson_ext (= 1.6.2) + bson + bson_ext campy capistrano capybara @@ -391,8 +391,8 @@ DEPENDENCIES launchy lighthouse-api meta_request - mongo (= 1.6.2) - mongoid (~> 2.4.10) + mongo + mongoid (~> 2.7.1) mongoid_rails_migrations octokit (~> 1.0.0) omniauth-github -- libgit2 0.21.2