Skip to content

Commit

Permalink
bumping up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzgerald committed Aug 19, 2010
1 parent 916be2e commit 8e852e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/Gemfile
Expand Up @@ -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__) + '/..')
Expand Down
19 changes: 12 additions & 7 deletions 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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -89,7 +94,7 @@ PLATFORMS

DEPENDENCIES
bson_ext
mongoid (>= 2.0.0.beta.16)
mongoid!
mongoid_session_store!
mysql
rails (= 3.0.0.rc)
Expand Down

0 comments on commit 8e852e0

Please sign in to comment.