# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License in the project root for license information.

require 'rubygems'
require 'bundler/setup'

$stdout.sync = true
$stderr.sync = true

Dir.chdir(File.expand_path('../', __FILE__))

Bundler::GemHelper.install_tasks
