diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-19 08:28:01 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-19 08:28:01 -0700 |
commit | 763ce86ca57c22e33c95e937c0d054764e553d23 (patch) | |
tree | bc4e691548d859dd27a650aa3ad67c4ab44d72cf /.bundle | |
parent | 4f8ac8e9ce05430c61dbd044cc55dd7f59c94142 (diff) | |
download | chef-763ce86ca57c22e33c95e937c0d054764e553d23.tar.gz |
Don't disable shared gems in bundle/config (checkin miss)
Diffstat (limited to '.bundle')
-rw-r--r-- | .bundle/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bundle/config b/.bundle/config index 7f3d897037..7544be9dd7 100644 --- a/.bundle/config +++ b/.bundle/config @@ -1,3 +1,2 @@ --- -BUNDLE_DISABLE_SHARED_GEMS: '1' BUNDLE_FROZEN: '1' |