Skip to content

Commit 9c6e3eb

Browse files
authored
Merge pull request #495 from SethTisue/bundle-config
change .bundle/config to the format `bundle install` prefers
2 parents 6613cfc + 09acee1 commit 9c6e3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bundle/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
BUNDLE_PATH: bundle-vendor/bundle
3-
BUNDLE_DISABLE_SHARED_GEMS: true
2+
BUNDLE_PATH: "bundle-vendor/bundle"
3+
BUNDLE_DISABLE_SHARED_GEMS: "true"

0 commit comments

Comments
 (0)