Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 9ee11c9

Browse files
committed
Pass RUBY_ENGINE and RUBYOPT in env detection
1 parent 46f6322 commit 9ee11c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/util/env.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ const RUBY_ENVIRONMENT_VARIABLES = [
8585
'PATHEXT', // Windows
8686
'RUBY_VERSION',
8787
'RUBY_ROOT',
88+
'RUBY_ENGINE',
89+
'RUBYOPT',
8890
'GEM_HOME',
8991
'GEM_PATH',
9092
'GEM_ROOT',

0 commit comments

Comments
 (0)