Use parser and unparser as dependencies
This commit is contained in:
parent
cc9fff58b2
commit
975c3e54e1
2 changed files with 2 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -3,6 +3,5 @@ source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'unparser', :git => 'https://github.com/mbj/unparser.git'
|
gem 'unparser', :git => 'https://github.com/mbj/unparser.git'
|
||||||
gem 'devtools', :git => 'https://github.com/datamapper/devtools.git'
|
|
||||||
|
|
||||||
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|
||||||
|
|
|
@ -16,7 +16,8 @@ Gem::Specification.new do |gem|
|
||||||
gem.executables = [ 'mutant' ]
|
gem.executables = [ 'mutant' ]
|
||||||
|
|
||||||
gem.add_runtime_dependency('backports', [ '~> 3.0', '>= 3.0.3' ])
|
gem.add_runtime_dependency('backports', [ '~> 3.0', '>= 3.0.3' ])
|
||||||
gem.add_runtime_dependency('parser', '~> 1.3.4')
|
|
||||||
|
gem.add_runtime_dependency('parser', '~> 2.0.beta3')
|
||||||
gem.add_runtime_dependency('unparser', '~> 0.0.1')
|
gem.add_runtime_dependency('unparser', '~> 0.0.1')
|
||||||
gem.add_runtime_dependency('ice_nine', '~> 0.7.0')
|
gem.add_runtime_dependency('ice_nine', '~> 0.7.0')
|
||||||
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
||||||
|
|
Loading…
Reference in a new issue