Fix ast dependency

This commit is contained in:
Markus Schirp 2015-09-01 13:25:26 +00:00
parent 0fa3999d85
commit 07065e15b2
2 changed files with 3 additions and 2 deletions

View file

@ -4,4 +4,5 @@ source 'https://rubygems.org'
gemspec name: 'mutant'
gem 'morpher', git: 'https://github.com/mbj/morpher.git'
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'

View file

@ -24,10 +24,10 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 2.1'
gem.add_runtime_dependency('parser', '~> 2.2.2')
gem.add_runtime_dependency('ast', '~> 2.0')
gem.add_runtime_dependency('ast', '~> 2.1')
gem.add_runtime_dependency('diff-lcs', '~> 1.2')
gem.add_runtime_dependency('parallel', '~> 1.3')
gem.add_runtime_dependency('morpher', '~> 0.2.3')
gem.add_runtime_dependency('morpher', '~> 0.2.4')
gem.add_runtime_dependency('procto', '~> 0.0.2')
gem.add_runtime_dependency('abstract_type', '~> 0.0.7')
gem.add_runtime_dependency('unparser', '~> 0.2.4')