Use morpher from rubygems
This commit is contained in:
parent
af64596ca9
commit
84b3fc4073
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 'morpher', git: 'https://github.com/mbj/morpher'
|
||||
|
||||
gemspec name: 'mutant'
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency('parser', '~> 2.1')
|
||||
gem.add_runtime_dependency('ast', '~> 2.0')
|
||||
gem.add_runtime_dependency('diff-lcs', '~> 1.2')
|
||||
gem.add_runtime_dependency('morpher', '~> 0.2.2')
|
||||
gem.add_runtime_dependency('morpher', '~> 0.2.3')
|
||||
gem.add_runtime_dependency('procto', '~> 0.0.2')
|
||||
gem.add_runtime_dependency('abstract_type', '~> 0.0.7')
|
||||
gem.add_runtime_dependency('unparser', '~> 0.1.12')
|
||||
|
|
Loading…
Reference in a new issue