This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 690e22f  ARROW-15503: [GLib][Release] Avoid deprecation warning
690e22f is described below

commit 690e22f8256d2d4fe548cdbdaf2d70362780fdff
Author: Benson Muite <[email protected]>
AuthorDate: Mon Jan 31 06:22:51 2022 +0900

    ARROW-15503: [GLib][Release] Avoid deprecation warning
    
    Closes #12297 from bkmgit/ARROW-15503
    
    Authored-by: Benson Muite <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/release/verify-release-candidate.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev/release/verify-release-candidate.sh 
b/dev/release/verify-release-candidate.sh
index b554e59..11cf0d9 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -425,7 +425,8 @@ test_glib() {
     gem install --no-document bundler
   fi
 
-  bundle install --path vendor/bundle
+  bundle config set --local path 'vendor/bundle'
+  bundle install
   bundle exec ruby test/run-test.rb
 
   popd

Reply via email to