Skip to content

Commit

Permalink
Use devtools from rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Sep 10, 2015
1 parent 76e93a1 commit b3e7533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
5 changes: 3 additions & 2 deletions mutant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3e7533

Please sign in to comment.