summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-30 15:19:29 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-30 15:19:29 -0800
commit1012ae6a87e4d9d145b11ba64e41473ddb865add (patch)
treece8a278a37f532fc08117ccae4916a84d90dcaed
parent346240a407bcf05f6ffff5a84189e4fc21722177 (diff)
downloadchef-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>
-rw-r--r--Gemfile.lock2
-rw-r--r--chef.gemspec4
2 files changed, 0 insertions, 6 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
diff --git a/chef.gemspec b/chef.gemspec
index a41dffa741..b1408709ab 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -55,10 +55,6 @@ Gem::Specification.new do |s|
s.add_dependency "proxifier", "~> 1.0"
- # v1.10 is needed as a runtime dep now for 'bundler/inline'
- # very deliberately avoiding putting a ceiling on this to avoid depsolver conflicts.
- s.add_dependency "bundler", ">= 1.10"
-
s.bindir = "bin"
s.executables = %w{ knife }