summaryrefslogtreecommitdiff
path: root/tool/lib/bundle_env.rb
blob: 9ad5ea220b466b455209b4d2940a69fc89fb0cbc (plain)
1
2
3
4
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"