Skip to content

Commit

Permalink
update tests for Rack 1.4.1
Browse files Browse the repository at this point in the history
Trying to ensure things always work with the latest version.
  • Loading branch information
Eric Wong committed Jan 24, 2012
1 parent a7b2862 commit d6d9178
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.4.0'
gem 'rack', '1.4.1'
end
end
_, status = Process.waitpid2(pid)
Expand Down

0 comments on commit d6d9178

Please sign in to comment.