Use devtools from rubygems
This commit is contained in:
parent
76e93a1b5e
commit
b3e7533f57
2 changed files with 3 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -2,5 +2,4 @@ source 'https://rubygems.org'
|
|||
|
||||
gemspec name: 'mutant'
|
||||
|
||||
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
||||
eval_gemfile File.expand_path('../Gemfile.shared', __FILE__)
|
||||
|
|
|
@ -36,6 +36,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency('anima', '~> 0.3.0')
|
||||
gem.add_runtime_dependency('concord', '~> 0.1.5')
|
||||
|
||||
gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
|
||||
gem.add_development_dependency('ffi', '~> 1.9.6')
|
||||
gem.add_development_dependency('devtools', '~> 0.1.1')
|
||||
gem.add_development_dependency('bundler', '~> 1.10')
|
||||
gem.add_development_dependency('ffi', '~> 1.9.6')
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue