We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gemfile
1 parent 5b60bfa commit 479c014Copy full SHA for 479c014
.gitignore
@@ -106,7 +106,6 @@ ENV/
106
107
# Bundler
108
.bundle/
109
-Gemfile.lock
110
111
# copied `.md` files used for conversion to `.rst` using `m2r`
112
docs/*.md
Gemfile
@@ -5,7 +5,3 @@ source 'https://rubygems.org'
5
gem 'kitchen-docker', '>= 2.9'
6
gem 'kitchen-inspec', '>= 1.1'
7
gem 'kitchen-salt', '>= 0.6.0'
8
-# Latest versions of `train` cause failure when running `kitchen verify`
9
-# Downgrading to `3.2.0` until this is fixed upstream
10
-# https://github.com/inspec/train/pull/544#issuecomment-566055052
11
-gem 'train', '3.2.0'
0 commit comments