From 99d106cf36432053d18f99e9664aa52d48e8d90a Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 1 Apr 2014 14:44:46 +0000 Subject: [PATCH] Restore spork dependency in Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 3e76968..1181a9a 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,7 @@ gem 'protected_attributes', '~> 1.0' group :development, :test do gem 'rspec-rails', '~> 2.6' + gem 'spork', '~> 1.0rc' gem 'capybara', '~> 2.2' gem 'factory_girl_rails', '~> 4.4' gem 'shoulda-matchers', '~> 2.5'