bug fixes

This commit is contained in:
G. Gibson 2026-09-05 13:02:59 -07:00
commit 1c4fc11b47
7 changed files with 1133 additions and 1383 deletions

View file

@ -3,5 +3,5 @@
# them up natively at boot (in-process mutation is unreliable per JRuby #5269).
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export GEM_HOME="${GEM_HOME:-$SCRIPT_DIR/.gems}"
export GEM_PATH="${GEM_PATH:-$SCRIPT_DIR/.gems:/opt/jruby/lib/ruby/gems/shared}"
exec /opt/jruby/bin/jruby "$@"
export GEM_PATH="${GEM_PATH:-$SCRIPT_DIR/.gems}"
exec /usr/bin/jruby "$@"