Skip to content

Commit 7082ef2

Browse files
deivid-rodriguezhsbt
authored andcommitted
Remove unnecessary GEM_PATH modification
1 parent 1a8d338 commit 7082ef2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tool/lib/gem_env.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
ENV['GEM_HOME'] = gem_home = File.expand_path('.bundle')
2-
ENV['GEM_PATH'] = [gem_home, File.expand_path('../../../.bundle', __FILE__)].uniq.join(File::PATH_SEPARATOR)
1+
ENV['GEM_HOME'] = File.expand_path('../../.bundle', __dir__)

0 commit comments

Comments
 (0)