Add Rake to the gemfile for good measure

This commit is contained in:
R. Tyler Croy 2012-09-02 23:09:42 -07:00
parent df001194f7
commit 44e031242e
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in blimpy-cucumber.gemspec
gemspec
gem 'rake'
gem 'blimpy', :path => '../blimpy'