Remove unnecessary GEM_PATH modification

This commit is contained in:
David Rodríguez 2025-05-28 14:09:55 +02:00 committed by Hiroshi SHIBATA
parent 1a8d338337
commit 7082ef201e
Notes: git 2025-05-29 01:09:40 +00:00

View File

@ -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)
ENV['GEM_HOME'] = File.expand_path('../../.bundle', __dir__)