diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-04-03 19:51:07 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-04-03 19:51:07 -0700 |
commit | f37a24ad046bbe6627fc34d3b13718420d81a25a (patch) | |
tree | 7206404a07bddf43e1fcdfdaacf9ac1784177e9a /tasks/dependencies.rb | |
parent | 361f5a54b02e455c059dfabe3e18620857827f2d (diff) | |
download | chef-f37a24ad046bbe6627fc34d3b13718420d81a25a.tar.gz |
fix and simplify rake bundle:* commands
applies the same kinds of fixes that i applied to rake dependencies:*
and mostly reverts to mainline usage of bundler. abandons all the
trampolining, and uses the platforms that are already locked in
the Gemfile.lock and unwinds the multi-platform stuff that bundler
does natively now.
removes the BundleUtil module entirely since it is no longer used.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'tasks/dependencies.rb')
-rw-r--r-- | tasks/dependencies.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/dependencies.rb b/tasks/dependencies.rb index 6b836b747e..2118644b12 100644 --- a/tasks/dependencies.rb +++ b/tasks/dependencies.rb @@ -15,7 +15,6 @@ # limitations under the License. # -require_relative "bundle_util" require_relative "bundle" require_relative "../version_policy" |