From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS33070 50.56.128.0/17 X-Spam-Status: No, score=0.5 required=5.0 tests=AWL,RDNS_NONE shortcircuit=no autolearn=no version=3.3.2 X-Original-To: archivist@yhbt.net Delivered-To: archivist@dcvr.yhbt.net Received: from rubyforge.org (unknown [50.56.192.79]) by dcvr.yhbt.net (Postfix) with ESMTP id 5EE701F6FB for ; Wed, 11 Sep 2013 00:52:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id E68342E185; Wed, 11 Sep 2013 00:52:32 +0000 (UTC) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 332672E145 for ; Wed, 11 Sep 2013 00:52:25 +0000 (UTC) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 64E9B1F6F8; Wed, 11 Sep 2013 00:52:25 +0000 (UTC) Date: Wed, 11 Sep 2013 00:52:25 +0000 From: Eric Wong To: mongrel-unicorn@rubyforge.org Subject: [PATCH] tests: upgrade several gems (rack, kgio, raindrops) Message-ID: <20130911005225.GA23479@dcvr.yhbt.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org All tests seem to pass. --- 0c2213dfe23f177c91d76c0c70aec5a01f5a7f55 in "master" of git://bogomips.org/unicorn.git script/isolate_for_tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/isolate_for_tests b/script/isolate_for_tests index d6f5913..63df48e 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -16,10 +16,10 @@ opts = { pid = fork do Isolate.now!(opts) do - gem 'raindrops', '0.10.0' + gem 'raindrops', '0.12.0' gem 'kgio-monkey', '0.4.0' - gem 'kgio', '2.8.0' - gem 'rack', '1.5.1' + gem 'kgio', '2.8.1' + gem 'rack', '1.5.2' end end _, status = Process.waitpid2(pid) -- Eric Wong _______________________________________________ Unicorn mailing list - mongrel-unicorn@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying