diff options
author | Luke Gruber <luke.gru@gmail.com> | 2012-03-16 21:48:25 -0400 |
---|---|---|
committer | Luke Gruber <luke.gru@gmail.com> | 2012-03-16 21:48:25 -0400 |
commit | d80fcc9949abd273209e3e9bfbf65e04e3bcb6da (patch) | |
tree | d67b851fec7d67515288b035b1d523afbffd7970 /Gemfile | |
parent | facf1e54f1c9a6e6d82c7eab982f93b45336d2aa (diff) | |
download | rails-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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |