summaryrefslogtreecommitdiff
path: root/chef.gemspec
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 /chef.gemspec
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>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec4
1 files changed, 0 insertions, 4 deletions
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 }