# frozen_string_literal: true
# Copyright (c) 2016-2017 VMware, Inc.  All Rights Reserved.
# SPDX-License-Identifier: MIT

source 'https://rubygems.org'

plugin 'bundler-inject', '~> 2.0'
require File.join(Bundler::Plugin.index.load_paths('bundler-inject')[0], 'bundler-inject') rescue nil

gemspec
