Bump parser dependency to ~> 2.0.0.pre6
This commit is contained in:
parent
0ffa49620e
commit
3011018af6
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 = %w[mutant]
|
||||
|
||||
gem.add_runtime_dependency('parser', '~> 2.0.0.pre5')
|
||||
gem.add_runtime_dependency('parser', '~> 2.0.0.pre6')
|
||||
gem.add_runtime_dependency('unparser', '~> 0.0.14')
|
||||
gem.add_runtime_dependency('ice_nine', '~> 0.8.0')
|
||||
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
||||
|
|
Loading…
Reference in a new issue