From b52cc8c34265009dca731e7e3a9fe4d317862fda Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 24 Nov 2012 15:10:43 +0100 Subject: [PATCH] Use descendants_tracker from rubyforge --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index e1699997..f82688b3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,6 @@ source 'https://rubygems.org' gemspec -gem 'descendants_tracker', :git => 'https://github.com/dkubb/descendants_tracker.git' gem 'abstract_class', :git => 'https://github.com/dkubb/abstract_class.git' gem 'to_source', :git => 'https://github.com/mbj/to_source.git' gem 'melbourne', :git => 'https://github.com/mbj/melbourne.git'