Merge pull request #5483 from luke-gru/gemfile_change

switch rack-test in Gemfile to using git protocol
This commit is contained in:
José Valim 2012-03-17 00:17:31 -07:00
commit ab9f1b6f23

@ -8,7 +8,7 @@ else
gem 'arel' gem 'arel'
end 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 'bcrypt-ruby', '~> 3.0.0'
gem 'jquery-rails' gem 'jquery-rails'