bin/jbundle in jbundler-0.7.2 vs bin/jbundle in jbundler-0.7.3

- old
+ new

@@ -41,9 +41,16 @@ is_debug = ARGV.delete( '--debug' ) ARGV.delete( '--skip-vendor' ) ARGV.delete( '--skip-debug' ) ARGV.delete( '--skip-verbose' ) + # HACK get the module-class hierachy in place + module Bundler + class Thor + module Actions + end + end + end load Gem.bin_path('bundler', 'bundle') ARGV.insert( 0, 'lock_down' ) if is_lock_down ARGV.insert( 1, '--debug' ) if is_debug ARGV.insert( 1, '--vendor' ) if is_vendor