Use morpher from rubygems

This commit is contained in:
Markus Schirp 2014-04-22 17:57:11 +00:00
parent af64596ca9
commit 84b3fc4073
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@
source 'https://rubygems.org'
gem 'mutant', path: '.'
gem 'morpher', git: 'https://github.com/mbj/morpher'
gemspec name: 'mutant'

View file

@ -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')