11 lines
253 B
Diff
11 lines
253 B
Diff
diff --git a/.bundle/config b/.bundle/config
|
|
new file mode 100644
|
|
index 0000000..1c3e2ce
|
|
--- /dev/null
|
|
+++ b/.bundle/config
|
|
@@ -0,0 +1,5 @@
|
|
+---
|
|
+BUNDLE_FROZEN: "1"
|
|
+BUNDLE_DISABLE_SHARED_GEMS: "1"
|
|
+BUNDLE_WITHOUT: test:rdoc
|
|
+BUNDLE_PATH: vendor/bundle
|