Bump parser dependency to 2.0.0.pre2
This commit is contained in:
parent
bebe4c484d
commit
506c778126
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
|
|||
gem.extra_rdoc_files = %w[TODO LICENSE]
|
||||
gem.executables = [ 'mutant', 'zombie' ]
|
||||
|
||||
gem.add_runtime_dependency('parser', '~> 2.0.pre1')
|
||||
gem.add_runtime_dependency('parser', '~> 2.0.pre2')
|
||||
gem.add_runtime_dependency('unparser', '~> 0.0.8')
|
||||
gem.add_runtime_dependency('ice_nine', '~> 0.8.0')
|
||||
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
||||
|
|
Loading…
Add table
Reference in a new issue