mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Rename gem in test-kitchen example
Obvious fix.
This commit is contained in:
parent
d686f5df2c
commit
d1e3924abd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'inspec', path: '../../.'
|
||||
gem 'train', git: 'git@github.com:chef/train.git'
|
||||
gem 'r-train', git: 'git@github.com:chef/train.git'
|
||||
|
||||
group :test do
|
||||
gem 'bundler', '~> 1.5'
|
||||
|
|
Loading…
Reference in a new issue