From a6b4f9c30f7c052b995ed793f741064d19b7a1e0 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Thu, 10 Apr 2014 16:31:51 +0000 Subject: [PATCH] Bump morpher dependency to ~> 0.2.2 --- Gemfile | 2 -- mutant.gemspec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c008761e..39e6cb41 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,5 @@ gem 'mutant', path: '.' gemspec name: 'mutant' -gem 'morpher', git: 'https://github.com/mbj/morpher.git' - gem 'devtools', git: 'https://github.com/rom-rb/devtools.git' eval_gemfile 'Gemfile.devtools' diff --git a/mutant.gemspec b/mutant.gemspec index e974beb4..c7c724bc 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency('parser', '~> 2.1') 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('abstract_type', '~> 0.0.7') gem.add_runtime_dependency('unparser', '~> 0.1.10')