mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
4 lines
202 B
Ruby
4 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"
|