[ARVADOS] created: 2.1.0-863-gc250aa0f8

Git user git at public.arvados.org
Tue Jun 1 14:56:35 UTC 2021


        at  c250aa0f884857af185d592d24d11b1183e9a6be (commit)


commit c250aa0f884857af185d592d24d11b1183e9a6be
Author: Ward Vandewege <ward at curii.com>
Date:   Tue Jun 1 10:55:09 2021 -0400

    17738: remove the monkey patch of the OS_VERSION constant from the
           google-api-client gem; we run from a forked version of the
           gem which already has the necessary fix.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/sdk/ruby/lib/arvados/google_api_client.rb b/sdk/ruby/lib/arvados/google_api_client.rb
index 5a41b11c4..93d27e649 100644
--- a/sdk/ruby/lib/arvados/google_api_client.rb
+++ b/sdk/ruby/lib/arvados/google_api_client.rb
@@ -3,12 +3,6 @@
 # SPDX-License-Identifier: Apache-2.0
 
 require 'google/api_client'
-# Monkeypatch google-api-client gem to avoid sending newline characters
-# on headers to make ruby-2.3.7+ happy.
-# See: https://dev.arvados.org/issues/13920
-# Addendum: OS_VERSION sometimes is not mutable, that's why we duplicate it (See: #17738)
-Google::APIClient::ENV::OS_VERSION = +Google::APIClient::ENV::OS_VERSION.strip!
-
 require 'json'
 require 'tempfile'
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list