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:
parent
facf1e54f1
commit
d80fcc9949
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue