From 44e031242e4127e3bb5f60067c60f9ba76b95cc7 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sun, 2 Sep 2012 23:09:42 -0700 Subject: [PATCH] Add Rake to the gemfile for good measure --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 2d80e9c..16628f2 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,5 @@ source 'https://rubygems.org' # Specify your gem's dependencies in blimpy-cucumber.gemspec gemspec +gem 'rake' gem 'blimpy', :path => '../blimpy'