Skip to content

Commit 344c1df

Browse files
committed
upgrade bundler v2.2.21
1 parent ee72b91 commit 344c1df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

native.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ DOCKER_IMAGE="${DOCKER_IMAGE:-}"
77

88
if [ "${DOCKER_IMAGE}" = "centos/ruby-27-centos7" ]
99
then
10-
yum -y install rpm-build
10+
yum -y install rpm-build yajl yajl-devel
1111
elif [ "${DOCKER_IMAGE}" = "ubuntu:20.04" ]
1212
then
1313
apt update
1414
apt install -y git ruby ruby-dev libffi-dev build-essential
15-
gem install bundler:2.1.4
1615
fi
1716

1817
# Since secure_path is set on our CentOS build images, we also need to ensure
1918
# we only use absolute paths when referencing the binaries we want to run.
2019
GEM="$(command -v gem)"
20+
$GEM install bundler:2.2.21
2121
BUNDLE="$(command -v bundle)"
2222
RUBY="$(command -v ruby)"
2323

0 commit comments

Comments
 (0)