Bump morpher dependency to ~> 0.2.2
This commit is contained in:
parent
41b2afcf0b
commit
a6b4f9c30f
2 changed files with 1 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -6,7 +6,5 @@ gem 'mutant', path: '.'
|
||||||
|
|
||||||
gemspec name: 'mutant'
|
gemspec name: 'mutant'
|
||||||
|
|
||||||
gem 'morpher', git: 'https://github.com/mbj/morpher.git'
|
|
||||||
|
|
||||||
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
||||||
eval_gemfile 'Gemfile.devtools'
|
eval_gemfile 'Gemfile.devtools'
|
||||||
|
|
|
@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
|
||||||
|
|
||||||
gem.add_runtime_dependency('parser', '~> 2.1')
|
gem.add_runtime_dependency('parser', '~> 2.1')
|
||||||
gem.add_runtime_dependency('diff-lcs', '~> 1.2')
|
gem.add_runtime_dependency('diff-lcs', '~> 1.2')
|
||||||
gem.add_runtime_dependency('morpher', '~> 0.2.1')
|
gem.add_runtime_dependency('morpher', '~> 0.2.2')
|
||||||
gem.add_runtime_dependency('procto', '~> 0.0.2')
|
gem.add_runtime_dependency('procto', '~> 0.0.2')
|
||||||
gem.add_runtime_dependency('abstract_type', '~> 0.0.7')
|
gem.add_runtime_dependency('abstract_type', '~> 0.0.7')
|
||||||
gem.add_runtime_dependency('unparser', '~> 0.1.10')
|
gem.add_runtime_dependency('unparser', '~> 0.1.10')
|
||||||
|
|
Loading…
Reference in a new issue