diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-30 15:19:29 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-30 15:19:29 -0800 |
commit | 1012ae6a87e4d9d145b11ba64e41473ddb865add (patch) | |
tree | ce8a278a37f532fc08117ccae4916a84d90dcaed /Gemfile.lock | |
parent | 346240a407bcf05f6ffff5a84189e4fc21722177 (diff) | |
download | chef-1012ae6a87e4d9d145b11ba64e41473ddb865add.tar.gz |
Remove the runtime dep on bundler
Bundler is part of Ruby now so it's a waste of time to depsolve for this since it's not possible to have Ruby without bundler 1.10+ anymore.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 29d0418d88..d0a2d07462 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,6 @@ PATH chef (17.0.16) addressable bcrypt_pbkdf (= 1.1.0.rc1) - bundler (>= 1.10) chef-config (= 17.0.16) chef-utils (= 17.0.16) chef-vault @@ -68,7 +67,6 @@ PATH chef (17.0.16-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc1) - bundler (>= 1.10) chef-config (= 17.0.16) chef-utils (= 17.0.16) chef-vault |