Use morpher from rubygems
This commit is contained in:
parent
05254e5344
commit
1fff1fd8c2
2 changed files with 1 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -4,8 +4,6 @@ source 'https://rubygems.org'
|
|||
|
||||
gem 'mutant', path: '.'
|
||||
|
||||
gem 'morpher', git: 'https://github.com/mbj/morpher.git'
|
||||
|
||||
gemspec name: 'mutant'
|
||||
|
||||
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
||||
|
|
|
@ -24,6 +24,7 @@ Gem::Specification.new do |gem|
|
|||
gem.required_ruby_version = '>= 1.9.3'
|
||||
|
||||
gem.add_runtime_dependency('parser', '~> 2.1.4')
|
||||
gem.add_runtime_dependency('morpher', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('procto', '~> 0.0.2')
|
||||
gem.add_runtime_dependency('abstract_type', '~> 0.0.7')
|
||||
gem.add_runtime_dependency('unparser', '~> 0.1.8')
|
||||
|
|
Loading…
Add table
Reference in a new issue