Skip to content

Commit

Permalink
adding rake to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tevren committed Dec 22, 2014
1 parent 6147891 commit 00f89f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biffbot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |gem|
gem.add_dependency('json', '~> 1.8')
gem.add_dependency('hashie', '~> 3.3')
gem.add_development_dependency('rspec')
gem.add_development_dependency('rake')
gem.add_development_dependency('rubocop')
gem.add_development_dependency('dotenv')
end

0 comments on commit 00f89f3

Please sign in to comment.