From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sN77EJCeGGTaOwEASxT56A (envelope-from ) for ; Mon, 20 Mar 2023 18:57:36 +0100 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id QK//EJCeGGSXwAAA9RJhRA (envelope-from ) for ; Mon, 20 Mar 2023 18:57:36 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx2.migadu.com (Postfix) with ESMTPS id 1F5AF36C2E for ; Mon, 20 Mar 2023 18:57:36 +0100 (CET) Authentication-Results: aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Vs4S63la; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679335056; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=tUQC+B8VPnTodjZei66qOGLS1oFCr08vn0Ay7ZRb5fQ=; b=IA8HKbpXjV7mGvxdmCMLau/krw6zh5pNMbVDIJHmMp1jCAAnH2NwaKXQYeCHZdXcvWK4kH vBKW3st7J0X1Y5mrjI+bJ//DI5oOjXsTSGQj599dJYsNUIsqTl8K0/rX8Yzp0EHbW6Tx4p +w1N38CCenB5MlGaJ1D5sretvUcxX8RdFkMJpuksS11xFrjs5DCPS6PH+fAzxOdNgvGxV6 Xoq4K91rESpVEpM1kIEdAWLHidSAWHUOah9o4i1xCOeF9gbEVb7k/8sx+mcA8YyIpqzmu8 NBuhKOucapLWps0Nm21UVkv9wJu3iTEtf+X1J8r/A+/lk4Li2cYyJ7xkF42VRw== ARC-Authentication-Results: i=1; aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Vs4S63la; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679335056; a=rsa-sha256; cv=none; b=h+3jGBj+C78GlCuQT7MeNclVRi7o5bgZ7Yh1Fl4Naw1qRQkqD5WCL7sTVaf5l4qypV6dVF 4FaAsd6y1kC9h/Sa3kVm5nYrQdXvQCcpsJZz3YuASvahHUWnayKCzySrWBB+QVRHCxM8L5 j7qA1hg+/3wDHMcWS3eToAkW1wo/sDBPP2s/mdp3nQ3rBkDJL+D3TMRO0Zw3P+i7ezGs7Y 5W+94meqCbdqnJWhiD7ctgQ500GKGwNyuzabvykXq6zxQZH3A6L7Sk6rfEibyKsUwutEqU 2qkuaSbhJVXLlC7iqQbudsbDvPubPj0QvC7ni9Yy7f/emWrWE1cihjhkAQ44LQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peJVR-0007ks-4U; Mon, 20 Mar 2023 13:41:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peJVM-0007h5-PJ for guix-patches@gnu.org; Mon, 20 Mar 2023 13:41:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1peJVM-00057I-GJ for guix-patches@gnu.org; Mon, 20 Mar 2023 13:41:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peJVM-0005Le-CZ for guix-patches@gnu.org; Mon, 20 Mar 2023 13:41:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62196] [PATCH 033/223] gnu: ruby-standard: Relax requirements. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Mar 2023 17:41:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62196 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62196@debbugs.gnu.org Cc: Maxim Cournoyer Received: via spool by 62196-submit@debbugs.gnu.org id=B62196.167933402020152 (code B ref 62196); Mon, 20 Mar 2023 17:41:08 +0000 Received: (at 62196) by debbugs.gnu.org; 20 Mar 2023 17:40:20 +0000 Received: from localhost ([127.0.0.1]:56574 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJUZ-0005Er-OA for submit@debbugs.gnu.org; Mon, 20 Mar 2023 13:40:19 -0400 Received: from mail-qt1-f172.google.com ([209.85.160.172]:41509) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJ89-0003GP-F8 for 62196@debbugs.gnu.org; Mon, 20 Mar 2023 13:17:09 -0400 Received: by mail-qt1-f172.google.com with SMTP id t9so13932553qtx.8 for <62196@debbugs.gnu.org>; Mon, 20 Mar 2023 10:17:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679332629; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=tUQC+B8VPnTodjZei66qOGLS1oFCr08vn0Ay7ZRb5fQ=; b=Vs4S63lat08DVRh02L3pM8X/CqOqmlUnWbwuIcGCbtGGoRK7mrMQlhga6T8Hs5Y9hZ dD9QqYxCsuhsbJzyexv1SYja0iGcym1biyx8x/XHUNNyAx2GnrQZ80Na8IHpbnDxWt+y T2bKt3YxYzIMh4YefdF4Nv72xR+77nCpszrMnnU4AG6oAVHcXjDu/Mn22P1N8/UIPgi4 378vgMbYgw7+LG4aHl8SRpGZrURtn753jrQvmpVz1dpklFT3EvQM8Bd3QxoEogVyTx4+ Ew5psJ+EP841UW7LCUwgC+6X40fxGiWw4a4K16rseJsiJMsgbMQLLXViOz3ZBxZsy2GR 7Cuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679332629; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tUQC+B8VPnTodjZei66qOGLS1oFCr08vn0Ay7ZRb5fQ=; b=Rdy+OP3Rh5pTNedBddm8eVtwHzkzOBWFtEwXpPhZVU0ccAHX86mwLF85gLAQ6KY3kb JExl5fI6MRxHl5Q4JXT12MWsT0d5VnvbkfphIaRIHkFKht8bUBT0CLLM8cP0VjuQPEYm EsCbpzmfTglUgeJNQHlqcpcNH7WdVwhWN1S1HRfobAHZQ+PtdoQyCmxozBWlAgxhW6SO LYdSIZj7B6P9qljffGx1f5xPEctETIawwpstCtB2g90MbnjsNwNbE3R7KU1MKKufv1jw S3KQ4kODHAitmJwiDLSA/0z+shNmZ39TUFPzwKItVH+W/Gw4SWrhyALTGQe2EcyhwzYU UdKw== X-Gm-Message-State: AO0yUKW1+1ETBS7kbFEXlMDhqhrFkvVXFwLEKMm2H8x3Mu+ERvNGJl1n eGhu0GdA9qnGci+6PbgdEakzjaRbMaQ= X-Google-Smtp-Source: AK7set+lPKDZ+J+VHvN8FGMAjQ2gm5Z7GFiS/9wdMaex/iw19eitP9uteI6/UGEK6UYUPmu8tHeZYA== X-Received: by 2002:ac8:5947:0:b0:3da:cef1:79b5 with SMTP id 7-20020ac85947000000b003dacef179b5mr18289757qtz.26.1679332628933; Mon, 20 Mar 2023 10:17:08 -0700 (PDT) Received: from localhost.localdomain (dsl-10-128-46.b2b2c.ca. [72.10.128.46]) by smtp.gmail.com with ESMTPSA id p17-20020a374211000000b007428e743508sm7673809qka.70.2023.03.20.10.17.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Mar 2023 10:17:08 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 20 Mar 2023 13:13:25 -0400 Message-Id: <20230320171635.11184-33-maxim.cournoyer@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230320171635.11184-1-maxim.cournoyer@gmail.com> References: <20230320171635.11184-1-maxim.cournoyer@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: 1F5AF36C2E X-Spam-Score: -2.15 X-Migadu-Spam-Score: -2.15 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: 7dmA5F0p/czV * gnu/packages/ruby.scm (ruby-standard) [arguments]: Add relax-requirements phase. --- gnu/packages/ruby.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index b06bdbcb6b..51f7d80951 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -1822,6 +1822,13 @@ (define-public ruby-standard (lambda _ ;; Some tests fail otherwise. (setenv "HOME" "/tmp"))) + (add-after 'unpack 'relax-requirements + (lambda _ + (substitute* "standard.gemspec" + (("\"rubocop\", \"1.44.1\"") + "\"rubocop\", \">= 1.44.1\"") + (("\"rubocop-performance\", \"1.15.2\"") + "\"rubocop-performance\", \">= 1.15.2\"")))) (add-after 'unpack 'delete-problematic-tests ;; These tests fail for unknown reasons (see: ;; https://github.com/testdouble/standard/issues/532). -- 2.39.1