This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vkhust@wren 1.9.3@global ~/btest | |
| $ bundle install --deployment | |
| Fetching gem metadata from https://rubygems.org/.. | |
| Installing rake (10.0.3) | |
| Using bundler (1.3.0) | |
| Your bundle is complete! It was installed into ./vendor/bundle | |
| vkhust@wren 1.9.3@global ~/btest | |
| $ bundle outdated | |
| Unfortunately, a fatal error has occurred. Please see the Bundler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| build_package_combined_patch() { | |
| local package_name="$1" | |
| { | |
| curl https://raw.github.com/wayneeseguin/rvm/master/patches/ruby/1.9.3/p362/segfault_fix_7629.diff | patch -F 25 -p1 -N -f | |
| autoconf | |
| ./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS | |
| make -j 8 | |
| make install | |
| } >&4 2>&1 |
NewerOlder