Skip to content

Commit

Permalink
update tests for rack 1.4.0
Browse files Browse the repository at this point in the history
It's the latest and greatest version, so ensure everything
works with it.
  • Loading branch information
Eric Wong committed Dec 28, 2011
1 parent cda82b5 commit 0782f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/isolate_for_tests
Expand Up @@ -20,7 +20,7 @@ pid = fork do
gem 'raindrops', '0.8.0'
gem 'kgio-monkey', '0.3.0'
gem 'kgio', '2.6.0'
gem 'rack', '1.3.5'
gem 'rack', '1.4.0'
end
end
_, status = Process.waitpid2(pid)
Expand Down

0 comments on commit 0782f9f

Please sign in to comment.