summaryrefslogtreecommitdiff
path: root/tasks/bin/bundle-platform
diff options
context:
space:
mode:
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) }