mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +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'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'inspec', path: '../../.'
|
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
|
group :test do
|
||||||
gem 'bundler', '~> 1.5'
|
gem 'bundler', '~> 1.5'
|
||||||
|
|
Loading…
Reference in a new issue