[前][次][番号順一覧][スレッド一覧]

ruby-changes:62783

From: Hiroshi <ko1@a...>
Date: Tue, 1 Sep 2020 11:21:57 +0900 (JST)
Subject: [ruby-changes:62783] e00eba1ce2 (master): xmlrpc has been removed from the bundled gems

https://git.ruby-lang.org/ruby.git/commit/?id=e00eba1ce2

From e00eba1ce2ec5089119c43a0ce774a4f0474f616 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 1 Sep 2020 09:55:05 +0900
Subject: xmlrpc has been removed from the bundled gems


diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index c58ae3a..c7472ef 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: "minitest,rexml"
       - uses: k0kubun/action-slack@v...
         with:
           payload: |
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 87b57fa..0df3b0a 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: "minitest"
       - uses: k0kubun/action-slack@v...
         with:
           payload: |
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]