From 1fff1fd8c2d76f76c206a70d517d7b04d375cd4d Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 2 Mar 2014 22:19:01 +0000 Subject: [PATCH] Use morpher from rubygems --- Gemfile | 2 -- mutant.gemspec | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f3276aa4..39e6cb41 100644 --- a/Gemfile +++ b/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' diff --git a/mutant.gemspec b/mutant.gemspec index 12dbe85a..19a54958 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -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')