1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

switch rack-test in Gemfile to using git protocol

can't run tests if git not compiled with libcurl
This commit is contained in:
Luke Gruber 2012-03-16 21:48:25 -04:00
parent facf1e54f1
commit d80fcc9949

View file

@ -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'