From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 643711581D3 for ; Tue, 21 May 2024 05:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D842E2A73; Tue, 21 May 2024 05:46:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FF05E2A72 for ; Tue, 21 May 2024 05:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9029D335D7B for ; Tue, 21 May 2024 05:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA031109C for ; Tue, 21 May 2024 05:46:29 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1716270020.39967fd7054451f688fe456080e25844f057e667.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activestorage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activestorage/activestorage-7.1.3.3.ebuild X-VCS-Directories: dev-ruby/activestorage/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 39967fd7054451f688fe456080e25844f057e667 X-VCS-Branch: master Date: Tue, 21 May 2024 05:46:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d9ae0e8-bd33-43bf-b32e-be5a85eb701d X-Archives-Hash: 09b2bba81141ce4bcba5e6f81d0a2bb1 commit: 39967fd7054451f688fe456080e25844f057e667 Author: Hans de Graaff gentoo org> AuthorDate: Tue May 21 05:40:20 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue May 21 05:40:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39967fd7 dev-ruby/activestorage: enable ruby33 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/activestorage/activestorage-7.1.3.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/activestorage/activestorage-7.1.3.3.ebuild b/dev-ruby/activestorage/activestorage-7.1.3.3.ebuild index 1fe2751e668b..06e227f4428b 100644 --- a/dev-ruby/activestorage/activestorage-7.1.3.3.ebuild +++ b/dev-ruby/activestorage/activestorage-7.1.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_DOC="" RUBY_FAKEGEM_DOCDIR="" @@ -42,7 +42,7 @@ ruby_add_bdepend " test? ( ~dev-ruby/railties-${PV} >=dev-ruby/image_processing-1.2:0 - =dev-ruby/minitest-5.15*:* + dev-ruby/minitest:5 dev-ruby/mini_magick dev-ruby/mocha dev-ruby/rake @@ -55,7 +55,7 @@ all_ruby_prepare() { # test run. This also requires handling some gemspecs. sed -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|capybara\|rack-cache\|selenium\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\|webrick\|propshaft\|sprockets-export\|rack-test\|terser\|cookiejar\|cgi\|web-console\|trilogy\|error_highlight\|jbuilder\)/ s:^:#:" \ -e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \ - -e '/group :\(doc\|job\|lint\|rubocop\|test\)/,/^end/ s:^:#:' \ + -e '/group :\(doc\|job\|lint\|mdl\|rubocop\|test\)/,/^end/ s:^:#:' \ -e '/sqlite/ s/1.6.4/99/' \ -i ../Gemfile || die rm ../Gemfile.lock || die