mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Remove unnecessary GEM_PATH modification
This commit is contained in:
parent
baa5f15b33
commit
3941954fd4
@ -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