diff --git a/Gemfile b/Gemfile index f93c9cce..184b9a3b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,7 @@ source 'https://rubygems.org' gemspec +gem 'mutant', :path => '.' + gem 'devtools', :git => 'https://github.com/rom-rb/devtools.git' eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools'))) diff --git a/mutant.gemspec b/mutant.gemspec index 1946cadb..d806c749 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -18,9 +18,9 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency('parser', '~> 2.0.beta7') gem.add_runtime_dependency('unparser', '~> 0.0.4') - gem.add_runtime_dependency('ice_nine', '~> 0.7.0') + gem.add_runtime_dependency('ice_nine', '~> 0.8.0') gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1') - gem.add_runtime_dependency('adamantium', '~> 0.0.7') + gem.add_runtime_dependency('adamantium', '~> 0.0.8') gem.add_runtime_dependency('equalizer', '~> 0.0.5') gem.add_runtime_dependency('inflecto', '~> 0.0.2') gem.add_runtime_dependency('anima', '~> 0.0.6')