Sha256: a557e54787fe91dd5e16a71b9248b1c17cdc4c5d88cf2fe03bd849ed28fc2dea
Contents?: true
Size: 407 Bytes
Versions: 57
Compression:
Stored size: 407 Bytes
Contents
#!/bin/bash set -e # GC customizations export RUBY_GC_MALLOC_LIMIT=79000000 export RUBY_HEAP_MIN_SLOTS=800000 export RUBY_HEAP_FREE_MIN=100000 export RUBY_HEAP_SLOTS_INCREMENT=400000 export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 export PATH="/usr/share/rbenv/shims:$PATH" export RBENV_VERSION="1.9.3" # bootstrap gem environment changes echo "Bootstrapping gem environment ..." script/bootstrap --local rake
Version data entries
57 entries across 57 versions & 3 rubygems