mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Merge pull request #206 from srenatus/gem-in-examples
Rename gem in test-kitchen example
This commit is contained in:
commit
31ecebfd43
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