summaryrefslogtreecommitdiffstats
path: root/.bundle/config
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-03-27 14:32:50 +0100
committerAhmed Abdelhalim <[email protected]>2021-03-27 14:32:50 +0100
commit366a86fa2ae66c6d9ad29a487aeadf6f5e159cb3 (patch)
treec744e9e2cb3fec41a3dabf002bb748ea420d387f /.bundle/config
parent2207f63b17dc881f2de7ff4d45bd3a2f532283d9 (diff)
Add bundle configs
Diffstat (limited to '.bundle/config')
-rw-r--r--.bundle/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bundle/config b/.bundle/config
new file mode 100644
index 0000000..46a38b8
--- /dev/null
+++ b/.bundle/config
@@ -0,0 +1,6 @@
+---
+BUNDLE_PATH: ".bundle/gems"
+BUNDLE_DISABLE_SHARED_GEMS: "true"
+BUNDLE_GEM__TEST: "rspec"
+BUNDLE_GEM__MIT: "true"
+BUNDLE_GEM__COC: "true"