diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-08-18 21:17:38 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-08-18 21:17:38 -0700 |
commit | 8bdf04d9a52b416e7d39090cf315c05e1bc537cb (patch) | |
tree | 275ab1bdefc4b183e6070190ef95bb81c289c601 /tasks/bin/bundle-platform | |
parent | 51581a0d11ddfac8db97712c6c3c680910db706c (diff) | |
download | chef-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-x | tasks/bin/bundle-platform | 1 |
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) } |