From 8e852e06065d137a292587347ce8324d08fedb23 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Thu, 19 Aug 2010 01:50:11 -0400 Subject: [PATCH] bumping up versions --- example/Gemfile | 2 +- example/Gemfile.lock | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/example/Gemfile b/example/Gemfile index 099f643..0250604 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '3.0.0.rc' gem 'sqlite3-ruby', :require => 'sqlite3' gem 'mysql' -gem 'mongoid', ">= 2.0.0.beta.16" +gem "mongoid", :git => "http://github.com/mongoid/mongoid.git" gem 'bson_ext' gem 'mongoid_session_store', :path => File.expand_path(File.dirname(__FILE__) + '/..') diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 4bdf498..fb6fa61 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -1,3 +1,14 @@ +GIT + remote: http://github.com/mongoid/mongoid.git + revision: dab07d8 + specs: + mongoid (2.0.0.beta.16) + activemodel (= 3.0.0.rc) + bson (= 1.0.4) + mongo (= 1.0.7) + tzinfo (= 0.3.22) + will_paginate (~> 3.0.pre) + PATH remote: /Users/fitz/Projects/mongoid_session_store specs: @@ -50,12 +61,6 @@ GEM mime-types (1.16) mongo (1.0.7) bson (>= 1.0.4) - mongoid (2.0.0.beta9) - activemodel (~> 3.0.0.beta) - bson (~> 1.0.3) - mongo (~> 1.0.3) - tzinfo (~> 0.3.22) - will_paginate (~> 3.0.pre) mysql (2.8.1) polyglot (0.3.1) rack (1.2.1) @@ -89,7 +94,7 @@ PLATFORMS DEPENDENCIES bson_ext - mongoid (>= 2.0.0.beta.16) + mongoid! mongoid_session_store! mysql rails (= 3.0.0.rc)