Skip to content

Instantly share code, notes, and snippets.

View khustochka's full-sized avatar
🇺🇦
Stand with Ukraine!

Vitalii Khustochka khustochka

🇺🇦
Stand with Ukraine!
View GitHub Profile
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
@khustochka
khustochka / 1.9.3-p362
Last active May 6, 2019 01:45
Patching ruby using ruby build Edit ruby definition
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