summaryrefslogtreecommitdiff
path: root/tasks/bin/bundle-platform
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-08-18 21:17:38 -0700
committerMatt Wrock <matt@mattwrock.com>2016-08-18 21:17:38 -0700
commit8bdf04d9a52b416e7d39090cf315c05e1bc537cb (patch)
tree275ab1bdefc4b183e6070190ef95bb81c289c601 /tasks/bin/bundle-platform
parent51581a0d11ddfac8db97712c6c3c680910db706c (diff)
downloadchef-bundle_lock_fix.tar.gz
add monkey patch to fix bundle locks for platformsbundle_lock_fix
Diffstat (limited to 'tasks/bin/bundle-platform')
-rwxr-xr-xtasks/bin/bundle-platform1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/bin/bundle-platform b/tasks/bin/bundle-platform
index 4bd659d307..aa8443e74c 100755
--- a/tasks/bin/bundle-platform
+++ b/tasks/bin/bundle-platform
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
+require_relative "bundler_patch"
platforms = ARGV.shift
platforms = platforms.split(" ").map { |p| Gem::Platform.new(p) }