Skip to content

Commit

Permalink
Add edx fork of mongoid-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bderusha committed Feb 11, 2020
1 parent 0fa6133 commit 6904dd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'delayed_job'
gem 'delayed_job_mongoid'

gem "enumerize"
gem 'mongoid-tree', :require => 'mongoid/tree'
gem 'mongoid-tree', :git => 'https://github.com/edx/mongoid-tree'
gem 'rs_voteable_mongo', '~> 1.3'
gem 'mongoid_magic_counter_cache'

Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/edx/mongoid-tree
revision: c7407871e32d472b98c3f31bc30a44118e4e6dfc
specs:
mongoid-tree (2.1.1)
mongoid (>= 4.0, < 8)

GIT
remote: https://github.com/rack/rack-contrib.git
revision: 6ff3ca2b2d988911ca52a2712f6a7da5e064aa27
Expand Down Expand Up @@ -104,8 +111,6 @@ GEM
mongoid-compatibility (0.4.1)
activesupport
mongoid (>= 2.0)
mongoid-tree (2.1.1)
mongoid (>= 4.0, < 8)
mongoid_cleaner (1.2.0)
mongoid (>= 4.0)
mongoid_magic_counter_cache (1.1.1)
Expand Down Expand Up @@ -226,7 +231,7 @@ DEPENDENCIES
guard-unicorn
i18n
mongoid
mongoid-tree
mongoid-tree!
mongoid_cleaner (~> 1.2.0)
mongoid_magic_counter_cache
newrelic_rpm
Expand Down

0 comments on commit 6904dd3

Please sign in to comment.