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