Skip to content

Commit

Permalink
Update ruby.hcl
Browse files Browse the repository at this point in the history
Set GEM_PATH to be the same as GEM_HOME so that gems are bundled hermetically with the repo using ruby.
  • Loading branch information
kemper authored Aug 6, 2024
1 parent c081077 commit 0e6607d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ binaries = ["bin/*"]
test = "ruby --version"
env = {
"GEM_HOME": "${HERMIT_ENV}/.hermit/ruby/gem",
"GEM_PATH": "${HERMIT_ENV}/.hermit/ruby/gem",
"PATH": "${HERMIT_ENV}/.hermit/ruby/gem/bin:${PATH}",
}

Expand Down

0 comments on commit 0e6607d

Please sign in to comment.