summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2025-05-28 14:09:55 +0200
committerHiroshi SHIBATA <[email protected]>2025-05-29 10:09:28 +0900
commit7082ef201ecf4998d0b4a7a5fd10832a7a3cb18a ()
tree23d7fd38b1e22fbc81e1f04b6e833d36b85823b6 /tool
parent1a8d3383374fe7e94d8659d21e39757387b10c7e (diff)
Remove unnecessary `GEM_PATH` modification
Notes: Merged: https://.com/ruby/ruby/pull/13461
-rw-r--r--tool/lib/gem_env.rb3
1 files changed, 1 insertions, 2 deletions
@@ -1,2 +1 @@
-ENV['GEM_HOME'] = gem_home = File.expand_path('.bundle')
-ENV['GEM_PATH'] = [gem_home, File.expand_path('../../../.bundle', __FILE__)].uniq.join(File::PATH_SEPARATOR)