summaryrefslogtreecommitdiff
path: root/tool/lib/bundle_env.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lib/bundle_env.rb')
-rw-r--r--tool/lib/bundle_env.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/lib/bundle_env.rb b/tool/lib/bundle_env.rb
new file mode 100644
index 0000000000..9ad5ea220b
--- /dev/null
+++ b/tool/lib/bundle_env.rb
@@ -0,0 +1,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"