From fb853ad5b513e81bfb2c349f81485a4b7016131a Mon Sep 17 00:00:00 2001 From: Elana Koren and Gregg Van Hove Date: Wed, 26 Feb 2014 15:29:17 -0800 Subject: [PATCH] Don't include jasmine_selenium_runner from github, now that it's published to rubygems [finish #66472672] --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 55e8b317..901b1700 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,4 @@ end gemspec -gem "jasmine_selenium_runner", :git => 'https://github.com/jasmine/jasmine_selenium_runner.git' - gem "anchorman"