1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

common.mk: clear envs for GEM

* common.mk: clear environment variables for GEM paths to get rid
  of searching unexpected gems.  fix failures on travis-ci.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-09-26 17:52:46 +00:00
parent a0db078eae
commit 690f2c7230

View file

@ -17,6 +17,10 @@ RUBYLIB = $(PATH_SEPARATOR)
RUBYOPT = -
RUN_OPTS = --disable-gems
GEM_HOME =
GEM_PATH =
GEM_VENDOR =
SPEC_GIT_BASE = git://github.com/ruby
MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git