Use latest unparser from rubygems

This commit is contained in:
Markus Schirp 2014-01-11 23:53:12 +01:00
parent ad9c1d4526
commit ac683df9e0
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@
source 'https://rubygems.org'
gem 'mutant', path: '.'
gem 'unparser', git: 'https://github.com/mbj/unparser.git'
gemspec

View file

@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('parser', '~> 2.1.0')
gem.add_runtime_dependency('procto', '~> 0.0.2')
gem.add_runtime_dependency('abstract_type', '~> 0.0.7')
gem.add_runtime_dependency('unparser', '~> 0.1.6')
gem.add_runtime_dependency('unparser', '~> 0.1.8')
gem.add_runtime_dependency('ice_nine', '~> 0.9')
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
gem.add_runtime_dependency('adamantium', '~> 0.1')