ruby-changes:62772
From: Hiroshi <ko1@a...>
Date: Mon, 31 Aug 2020 18:52:23 +0900 (JST)
Subject: [ruby-changes:62772] 86737c509c (master): Removed minitest and hoe because they didn't support Ruby 3 yet
https://git.ruby-lang.org/ruby.git/commit/?id=86737c509c From 86737c509cd49cfe4509a65d300d390da0f07be6 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 31 Aug 2020 17:48:25 +0900 Subject: Removed minitest and hoe because they didn't support Ruby 3 yet diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c58ae3a..d8dbaa2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -51,7 +51,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L51 env: RUBY_TESTOPTS: "-q --tty=no" # Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved - TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rexml" + TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rake,minitest,xmlrpc,rexml" - uses: k0kubun/action-slack@v... with: payload: | diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 87b57fa..ee391a9 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -73,7 +73,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L73 env: RUBY_TESTOPTS: "-q --tty=no" # Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved - TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc" + TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rake,minitest,xmlrpc" - uses: k0kubun/action-slack@v... with: payload: | diff --git a/common.mk b/common.mk index 990fa2c..431cfb2 100644 --- a/common.mk +++ b/common.mk @@ -1342,7 +1342,7 @@ test-bundled-gems-prepare: $(TEST_RUNNABLE)-test-bundled-gems-prepare https://github.com/ruby/ruby/blob/trunk/common.mk#L1342 no-test-bundled-gems-prepare: no-test-bundled-gems-precheck yes-test-bundled-gems-prepare: yes-test-bundled-gems-precheck $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \ - --install-dir .bundle --conservative "bundler" "minitest:~> 5" 'test-unit' 'rake' 'hoe' 'yard' 'pry' 'packnga' 'rexml' + --install-dir .bundle --conservative "bundler" 'test-unit' 'rake' 'yard' 'pry' 'packnga' 'rexml' PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare test-bundled-gems: $(TEST_RUNNABLE)-test-bundled-gems -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/