lib/gitolite/config.rb in jbox-gitolite-1.2.1 vs lib/gitolite/config.rb in jbox-gitolite-1.2.2
- old
+ new
@@ -244,10 +244,10 @@
# Builds a dependency tree from the groups in order to ensure all groups
# are defined before they are used
def build_groups_depgraph
- dp = ::Plexus::Digraph.new
+ dp = ::GRATR::Digraph.new
# Add each group to the graph
@groups.each_value do |group|
dp.add_vertex! group