Skip to content

Commit

Permalink
reset GEM_HOME & GEM_PATH to not install gems in currently used RVM r…
Browse files Browse the repository at this point in the history
…uby, update #1712, update bed9da6
  • Loading branch information
mpapis committed May 30, 2012
1 parent 457fc47 commit fc7ad0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ end
desc 'Install the pre-installed gems'
task :gem_bootstrap do
STDOUT.puts "Installing pre-installed gems..."
ENV['GEM_HOME'] = ENV['GEM_PATH'] = nil

rbx = "#{BUILD_CONFIG[:bindir]}/#{BUILD_CONFIG[:program_name]}"
gems = Dir["preinstalled-gems/*.gem"]
Expand Down

0 comments on commit fc7ad0b

Please sign in to comment.