diff --git a/script/deploy b/script/deploy index 7588026ab7b201..d56fd304011677 100755 --- a/script/deploy +++ b/script/deploy @@ -20,3 +20,6 @@ try autoconf try ./configure --prefix=/data/ruby --disable-install-doc try make -j 4 try make install + +export PATH=/data/ruby/bin:$PATH +try gem install vendor/bundler-1.3.5.gem diff --git a/vendor/bundler-1.3.5.gem b/vendor/bundler-1.3.5.gem new file mode 100644 index 00000000000000..1915725cec3523 Binary files /dev/null and b/vendor/bundler-1.3.5.gem differ