Skip to content

Commit

Permalink
Fix up error in specifying dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Jan 7, 2013
1 parent 6c98655 commit 0827a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruby-prof.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ EOF
spec.required_ruby_version = '>= 1.8.7'
spec.date = DateTime.now
spec.homepage = 'https://github.com/rdp/ruby-prof'
spec.add_development_dependency 'minitest', 'rake-compiler'
spec.add_development_dependency('minitest')
spec.add_development_dependency('rake-compiler')
end

0 comments on commit 0827a2a

Please sign in to comment.