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:
parent
3be772f1a8
commit
74a79fef67
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue