Remove unnecessary GEM_PATH
modification
This commit is contained in:
parent
1a8d338337
commit
7082ef201e
Notes:
git
2025-05-29 01:09:40 +00:00
@ -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__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user