diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-11 11:53:29 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | 257500a90a17e9604c798f2b73afd0ada5d42903 (patch) | |
tree | e249f92f93f6242d0d116e8ad9ccffa73a6da334 /.bundle/config | |
parent | e421b0438177dada513acf7f21f10ba2b3a8f4be (diff) | |
download | chef-257500a90a17e9604c798f2b73afd0ada5d42903.tar.gz |
Pin everything down with Gemfile.lock, add rake dependencies to update
Diffstat (limited to '.bundle/config')
-rw-r--r-- | .bundle/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000000..a559bc445a --- /dev/null +++ b/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_WITHOUT: omnibus_package +BUNDLE_FROZEN: '1' |