Skip to content

Commit

Permalink
Remove duplicate rake dependency in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Feb 28, 2014
1 parent 0c11c8a commit 504842b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions omnibus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'mixlib-shellout', '~> 1.3'
gem.add_dependency 'mixlib-config', '~> 2.1'
gem.add_dependency 'ohai', '~> 6.12'
gem.add_dependency 'rake', '>= 0.9'
gem.add_dependency 'rake'
gem.add_dependency 'fpm', '~> 1.0.0'
gem.add_dependency 'uber-s3'
gem.add_dependency 'thor', '>= 0.16.0'
Expand All @@ -33,5 +33,4 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rubocop', '~> 0.18'

gem.add_development_dependency 'bundler'
gem.add_development_dependency 'rake'
end

0 comments on commit 504842b

Please sign in to comment.