From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A6D3C1FB06 for ; Sat, 9 Oct 2021 02:24:47 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH 3/3] gemspec: allow unicorn 6.x Date: Sat, 9 Oct 2021 02:24:46 +0000 Message-Id: <20211009022446.705-4-e@80x24.org> In-Reply-To: <20211009022446.705-1-e@80x24.org> References: <20211009022446.705-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The changes in unicorn 6.x don't affect us --- yahns.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yahns.gemspec b/yahns.gemspec index 5752ad8..3808061 100644 --- a/yahns.gemspec +++ b/yahns.gemspec @@ -15,7 +15,7 @@ s.add_dependency(%q, '~> 2.9') s.add_dependency(%q, '~> 3.2') - s.add_dependency(%q, '>= 4.6.3', '< 6.0') + s.add_dependency(%q, '>= 4.6.3', '< 7.0') # s.add_dependency(%q, '~> 1.2') # optional # minitest is standard in Ruby 2.0, 4.3 is packaged with Ruby 2.0.0,