aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Gruber <luke.gru@gmail.com>2012-03-16 21:48:25 -0400
committerLuke Gruber <luke.gru@gmail.com>2012-03-16 21:48:25 -0400
commitd80fcc9949abd273209e3e9bfbf65e04e3bcb6da (patch)
treed67b851fec7d67515288b035b1d523afbffd7970
parentfacf1e54f1c9a6e6d82c7eab982f93b45336d2aa (diff)
downloadrails-d80fcc9949abd273209e3e9bfbf65e04e3bcb6da.tar.gz
rails-d80fcc9949abd273209e3e9bfbf65e04e3bcb6da.tar.bz2
rails-d80fcc9949abd273209e3e9bfbf65e04e3bcb6da.zip
switch rack-test in Gemfile to using git protocol
can't run tests if git not compiled with libcurl
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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'