1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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.