NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
484 stars 185 forks source link

3.8.0 rc2 includes system paths in the gem search path #5190

Closed kbenne closed 1 month ago

kbenne commented 1 month ago
➜  OpenStudio git:(develop) ✗ ./build/Products/openstudio -e "puts Gem.paths.path"
/home/kbenne/.gem/ruby/3.2.0
//lib/ruby/gems/3.2.0

In some cases bundler installs to these paths and it pollutes the CLI. There have been various reports from @joseph-robertson and @asparke2. I believe this is the root cause.

The tell-tale sign is when

openstudio list_gems

shows gems that are not in the embedded filesystem.