Update rack-test dependency to use a newer version.

This commit is contained in:
Damir Svrtan 2014-06-21 10:59:28 +02:00
parent 3be772f1a8
commit 74a79fef67
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ source 'https://rubygems.org' unless ENV['QUICK']
gemspec
gem 'rake'
gem 'rack-test', '>= 0.5.6'
gem 'rack-test', '>= 0.6.2'
# Allows stuff like `tilt=1.2.2 bundle install` or `tilt=master ...`.
# Used by the CI.