From 3666139811268f59cd2e7be7300d3d1a0ba596c6 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Fri, 28 Jun 2013 23:34:09 +0200 Subject: [PATCH] Remove local git source --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index ce7bb0e5..184b9a3b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,5 @@ gemspec gem 'mutant', :path => '.' -gem 'unparser', :path => '../unparser' - gem 'devtools', :git => 'https://github.com/rom-rb/devtools.git' eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))