[ARVADOS] updated: 1.3.0-2117-gc35311c70
Git user
git at public.arvados.org
Thu Jan 30 18:01:01 UTC 2020
Summary of changes:
build/rails-package-scripts/postinst.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c35311c706ed9c8c73ad5aa60285556f4ee266d7 (commit)
from 7c6defa86739291b44683395780559ce5ddc2b88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c35311c706ed9c8c73ad5aa60285556f4ee266d7
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Jan 30 13:00:31 2020 -0500
Pin bundler to version compatible with all Rubies we support
refs #16015
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/build/rails-package-scripts/postinst.sh b/build/rails-package-scripts/postinst.sh
index a06f8a8e9..7ea21848b 100644
--- a/build/rails-package-scripts/postinst.sh
+++ b/build/rails-package-scripts/postinst.sh
@@ -199,7 +199,7 @@ configure_version() {
export RAILS_ENV=production
if ! $COMMAND_PREFIX bundle --version >/dev/null; then
- run_and_report "Installing bundle" $COMMAND_PREFIX gem install bundle
+ run_and_report "Installing bundler" $COMMAND_PREFIX gem install bundler --version 1.17.3
fi
run_and_report "Running bundle install" \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list