Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit f8bb2a4

Browse files
committed
buildpacks/ruby: Bump default bundler to 1.10.5
1 parent 1eb79f9 commit f8bb2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack/buildpacks/ruby/bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ fi
118118

119119
source ${HOME}/.profile.d/ruby.sh
120120

121-
DEVSTEP_BUNDLER_VERSION=${DEVSTEP_BUNDLER_VERSION:-'1.8.0'}
121+
DEVSTEP_BUNDLER_VERSION=${DEVSTEP_BUNDLER_VERSION:-'1.10.5'}
122122

123123
if ! $(which bundle &> /dev/null); then
124124
tarball_path=$2/rubies/bundler-${DEVSTEP_BUNDLER_VERSION}.gem

0 commit comments

Comments
 (0)