Updating Mongoid version
This commit is contained in:
parent
d872805101
commit
46b889b54b
2
Gemfile
2
Gemfile
@ -8,7 +8,7 @@ gem 'liquid', '2.0.0'
|
||||
# gem 'locomotive-liquid'
|
||||
|
||||
gem 'bson_ext', '>= 1.0.1'
|
||||
gem 'mongoid', :git => "git://github.com/durran/mongoid.git"
|
||||
gem 'mongoid', :git => "git://github.com/durran/mongoid.git", :ref => "e387a0d1dc74da057472"
|
||||
gem 'mongoid_acts_as_tree', '0.1.5'
|
||||
gem 'mongo_session_store', '2.0.0.pre'
|
||||
gem 'warden'
|
||||
|
@ -1,8 +1,9 @@
|
||||
GIT
|
||||
remote: git://github.com/durran/mongoid.git
|
||||
revision: 8f38586
|
||||
revision: e387a0d
|
||||
ref: e387a0d1dc74da057472
|
||||
specs:
|
||||
mongoid (2.0.0.beta.14)
|
||||
mongoid (2.0.0.beta.15)
|
||||
activemodel (= 3.0.0.rc)
|
||||
bson (= 1.0.4)
|
||||
mongo (= 1.0.6)
|
||||
|
Loading…
Reference in New Issue
Block a user