fix bson_ext issue (new version of mongo) + add the bushido gem
This commit is contained in:
parent
34c7df04b8
commit
ec1b0fea3a
1
doc/TODO
1
doc/TODO
@ -4,6 +4,7 @@ x bugs:
|
||||
x #50
|
||||
x #51
|
||||
~ editable_elements: inheritable: false (Mattias) => seems to be fixed by Dirk's last pull request (#44) => content tag
|
||||
- bushido version
|
||||
- upgrade warning if new version of locomotive (maybe based on the commit id)
|
||||
- duostack version
|
||||
- 2 different sites on the same main domain (one in www, the other one in something else) (Raphael Costa)
|
||||
|
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
||||
s.add_dependency "warden"
|
||||
s.add_dependency "devise", "1.1.3"
|
||||
s.add_dependency "mongoid", "2.0.0.rc.7"
|
||||
s.add_dependency "bson_ext", "~> 1.2.0"
|
||||
s.add_dependency "bson_ext", "~> 1.3.0"
|
||||
s.add_dependency "locomotive_mongoid_acts_as_tree", "0.1.5.5"
|
||||
s.add_dependency "will_paginate"
|
||||
|
||||
@ -37,6 +37,7 @@ Gem::Specification.new do |s|
|
||||
s.add_dependency "fog", "0.3.7"
|
||||
s.add_dependency "mimetype-fu"
|
||||
s.add_dependency "actionmailer-with-request"
|
||||
s.add_dependency "bushido"
|
||||
s.add_dependency "heroku", "1.18.2"
|
||||
s.add_dependency "httparty", ">= 0.6.1"
|
||||
s.add_dependency "RedCloth", "4.2.7"
|
||||
|
Loading…
Reference in New Issue
Block a user