Remove git dependency to unparser

This commit is contained in:
Markus Schirp 2013-06-15 00:34:20 +02:00
parent 58761afbff
commit b43f449f3f

View file

@ -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')))