diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-08 23:39:42 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-08 23:39:42 +0000 |
commit | dd2dfc71e7c887b054c0eef930ff1a708fc2de52 (patch) | |
tree | 1b64ffe3177182be043629bebd5c65f853af49d8 /common.mk | |
parent | 01d18fe0168ba6ba71a6652cd3ebf5a1ea478496 (diff) | |
download | bundler-dd2dfc71e7c887b054c0eef930ff1a708fc2de52.tar.gz |
* common.mk (RUN_OPT): disable gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ ECHO = $(ECHO1:0=@echo) RUBYLIB = - RUBYOPT = - +RUN_OPTS = --disable-gems SPEC_GIT_BASE = git://github.com/rubyspec MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git |