From d80fcc9949abd273209e3e9bfbf65e04e3bcb6da Mon Sep 17 00:00:00 2001 From: Luke Gruber Date: Fri, 16 Mar 2012 21:48:25 -0400 Subject: switch rack-test in Gemfile to using git protocol can't run tests if git not compiled with libcurl --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5e2be55e61..b19f532b87 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ else gem 'arel' end -gem 'rack-test', :git => "https://github.com/brynary/rack-test.git" +gem 'rack-test', :git => "git://github.com/brynary/rack-test.git" gem 'bcrypt-ruby', '~> 3.0.0' gem 'jquery-rails' -- cgit v1.2.3