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

source 'https://rubygems.org'

gemspec

gem 'json', '< 2' if RUBY_VERSION.start_with?('1.')
gem 'nokogiri', '< 1.6' if RUBY_VERSION.start_with?('1.8.')
gem 'test-unit', '~> 2.5' if RUBY_VERSION.start_with?('1.8.')
