Use latest unparser from rubygems
This commit is contained in:
parent
ad9c1d4526
commit
ac683df9e0
2 changed files with 1 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -3,7 +3,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'mutant', path: '.'
|
||||
gem 'unparser', git: 'https://github.com/mbj/unparser.git'
|
||||
|
||||
gemspec
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue