Skip to content

Commit

Permalink
add rake as a 'normal' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Gensert committed Dec 20, 2013
1 parent 650c264 commit 6c9cec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion morfo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'rake'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '>= 2.14', '< 4.0'
end

0 comments on commit 6c9cec6

Please sign in to comment.