TEMPORARY - point to train from a github branch

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-01-08 14:13:23 -08:00
parent 102505a937
commit 2e0af3575f

View file

@ -1,5 +1,10 @@
# encoding: utf-8
source 'https://rubygems.org'
# Temporary
# gem 'train', path: '../train'
gem 'train', git: 'https://github.com/inspec/train.git', branch: 'cw/cred-set-support'
gemspec name: 'inspec'
gem 'ffi', '>= 1.9.14'