Skip to content

Commit

Permalink
Remove morpher dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Mar 1, 2019
1 parent 5c907d3 commit 019dbd7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions Gemfile.lock
Expand Up @@ -34,7 +34,6 @@ PATH
equalizer (~> 0.0.9)
ice_nine (~> 0.11.1)
memoizable (~> 0.4.2)
morpher (~> 0.2.6)
parser (~> 2.6.0)
procto (~> 0.0.2)
unparser (~> 0.4.3)
Expand Down Expand Up @@ -83,15 +82,6 @@ GEM
kwalify (0.7.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
morpher (0.2.6)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
anima (~> 0.3.0)
ast (~> 2.2)
concord (~> 0.1.5)
equalizer (~> 0.0.9)
ice_nine (~> 0.11.0)
procto (~> 0.0.2)
parallel (1.13.0)
parser (2.6.0.0)
ast (~> 2.4.0)
Expand Down
1 change: 0 additions & 1 deletion bin/mutant
Expand Up @@ -25,7 +25,6 @@ namespace =
includes: %w[
mutant
unparser
morpher
adamantium
equalizer
anima
Expand Down
1 change: 0 additions & 1 deletion lib/mutant.rb
Expand Up @@ -10,7 +10,6 @@
require 'equalizer'
require 'etc'
require 'ice_nine'
require 'morpher'
require 'open3'
require 'optparse'
require 'parser'
Expand Down
1 change: 0 additions & 1 deletion mutant.gemspec
Expand Up @@ -29,7 +29,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('equalizer', '~> 0.0.9')
gem.add_runtime_dependency('ice_nine', '~> 0.11.1')
gem.add_runtime_dependency('memoizable', '~> 0.4.2')
gem.add_runtime_dependency('morpher', '~> 0.2.6')
gem.add_runtime_dependency('parser', '~> 2.6.0')
gem.add_runtime_dependency('procto', '~> 0.0.2')
gem.add_runtime_dependency('unparser', '~> 0.4.3')
Expand Down

0 comments on commit 019dbd7

Please sign in to comment.