mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00:00
5 lines
202 B
Ruby
5 lines
202 B
Ruby
ENV["GEM_HOME"] = File.expand_path("../../.bundle", __dir__)
|
|
ENV["BUNDLE_APP_CONFIG"] = File.expand_path("../../.bundle", __dir__)
|
|
ENV["BUNDLE_PATH__SYSTEM"] = "true"
|
|
ENV["BUNDLE_WITHOUT"] = "lint doc"
|