Skip to content

Commit 3941954

Browse files
deivid-rodriguezk0kubun
authored andcommitted
Remove unnecessary GEM_PATH modification
1 parent baa5f15 commit 3941954

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)