diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-10-04 21:10:12 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-10-04 21:10:12 +0200 |
commit | c35f2aaac5e0b5d987aee4cd55f9ce81e1264097 (patch) | |
tree | e13e804bca77306422f74d3df0a4629e48da601e | |
parent | 6698ad4b77d2956f3e472e1673399c56799f6c08 (diff) | |
download | norsk-urskog-main-c35f2aaac5e0b5d987aee4cd55f9ce81e1264097.tar.gz norsk-urskog-main-c35f2aaac5e0b5d987aee4cd55f9ce81e1264097.tar.bz2 norsk-urskog-main-c35f2aaac5e0b5d987aee4cd55f9ce81e1264097.zip |
Update bundler config.
-rw-r--r-- | .bundle/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bundle/config b/.bundle/config index 3d16eb3..99cfb53 100644 --- a/.bundle/config +++ b/.bundle/config @@ -1,3 +1,3 @@ --- -BUNDLE_BIN: bin -BUNDLE_DISABLE_SHARED_GEMS: true +BUNDLE_BIN: "bin" +BUNDLE_DISABLE_SHARED_GEMS: "true" |