mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
TEMPORARY - point to train from a github branch
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
102505a937
commit
2e0af3575f
1 changed files with 5 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue