class Rails::Generators::AppBase
def exec_bundle_command(bundle_command, command, env)
def exec_bundle_command(bundle_command, command, env) full_command = %Q["#{Gem.ruby}" "#{bundle_command}" #{command}] if options[:quiet] system(env, full_command, out: File::NULL) else system(env, full_command) end end