From b43f449f3ff0a28b1b7fff6e9e776f3cf9a5bd4f Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 15 Jun 2013 00:34:20 +0200 Subject: [PATCH] Remove git dependency to unparser --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index f1a27079..f93c9cce 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,5 @@ source 'https://rubygems.org' gemspec -gem 'unparser', :git => 'https://github.com/mbj/unparser.git' - gem 'devtools', :git => 'https://github.com/rom-rb/devtools.git' eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))